HTML and CSS Reference
In-Depth Information
<hr>
<p> HTML <em> really </em> isn't so hard! </p>
<p> Soon you will &hearts; using HTML. </p>
<p> You can put lots of text here if you want.
We could go on and on with fake text for you
to read, but let's get back to the topic. </p>
</body>
</html>
it builds a parse tree to interpret the structure of the document, possibly like this:
DOCTYPE
Legend
HTML
HTML ELEMENT
Text Node
HEAD
<!-- comment -->
META
TITLE
“Hello HTML World”
<!-- simple hello world in HTML 4.01 strict example -->
BODY
H1
“Welcome to the world of HTML”
HR
P
“HTML”
EM
“Really”
“isn't so hard!”
P
“soon you will &hearts; using HTML.”
P
“You could put lots of text here if you want. We
could go on and on with fake text for you
to read, but let's get back to the topic.”
Search WWH ::




Custom Search