HTML Tags
http://www.tizag.com/htmlT/tags.php
--
http://en.wikipedia.org/wiki/HTML_tag
-- HTML Tags
http://www.w3schools.com/tags/default.asp
HTML tag reference
http://en.wikipedia.org/wiki/HTML#Markup_element_types
-- HTML Elements
HTML Tags:
<body>
<!--
Start tag
for the "body"
element
. See below for element types. -->
Content
<!-- The visible
content
of the webpage. -->
</body>
<!--
End tag
for the "body" element. -->
HTML Elements:
<p>Paragraph content</p>
[
Previous
|
Next
] [
Up a level
|
First
|
Last
] (Article 20 of 54)