Use main HTML tags (html, head, body,comments,...)
Use HTML paragraph and formatting tags (p, b, i, sub,
sup, center, div, span, br, font)
Define attributes for tags
Add special characters to web page
DISCUSSION
Main Tags
Provide overall structure of page without displaying
Examples include
<html></html>
<body></body>
<head></head>
<script></script>
<!-- Comments here -->
<style></style>
Paragraph and Formatting Tags
Use to structure and format text
<div class = "myclass" style =
"font-face></div> defines a section or division in a document
... a container for large sections of code ... like a paragraph
<span></span> a container for small sections of
text ... like a portion of a single line