Introduction to HTML

Terms and Topics

Tools

Reading

Reference

Materials

Notes

Markup

XML

The anatomy of a tag

HTML markup

<html>
<head>
<title></title>
</head>
<body>

</body>
</html>

Common HTML Tags

Special Characters

Absolute URL

Relative URL


Index page

Anchor tags (a tags or hrefs)

img tag - inline image display


Ordered/Ordered Lists


Tables


Item 1 Item 2
Item 3 Item 4