|
|
|
|
|
Search The Website |
|
Content:
|
|
Hypertext Markup Language |
|
HTML Tags: An HTML element is an individual component of an HTML document or web page, once this has been parsed into the Document Object Model. HTML is composed of a tree of HTML elements and other nodes, such as text nodes. Each element can have HTML attributes specified.. http://www.w3schools.com/tags/ provides a comprehensive list of HTML tags and their attributes. You may learn HTML by examples: ( CSS3 School ) |
|
HTML Tutorial |
| Example 1:
HTML<!--...-->Tag.
The comment tag is used to insert comments in the source code. Comments are not displayed in the browsers.
You can use comments to explain your code, which
can help you when you edit the source code at a
later date. This is especially useful if you
have a lot of code.
|
This is a paragraph.
| Example 2: Insert text:
<p><b><font
color="#CC0000">Insert Text.</font></b></p> |
Insert Text.
| Example 3: Insert URL:
<a
href="http://hits.me.uk/">Hashim IT
Solutions</a> |
| Example 4: Insert Image:
<img border="0" src="images/Balloon.png"
width="100" height="140" title="Balloon
Transparent Image"> |
| Example 5: Insert Audio:
<audio autoplay="autoplay" controls="controls"> |
| Example 6: Insert Video:
|
|
|
|
HTML Examples |
| More Examples: (view HTML source code of the following examples to to discover how the HTML Tags been used). |
|
Useful Links |
Web Development ResourcesCoding HelpDevelopment Tools |
Collection of some of the most useful web development resourcesHere you will find carefully picked links to thebest tutorials, most useful references and official specifications of the most important web programming languages. Browse |
|
|