<h1>Level 1 Heading</h1> <h2>Level 2 Heading</h2> |
|
<p>This is a paragraph of text. In HTML 4 you don't have
to close the tag, but in xhtml, and when you use stylesheets, you
do. Note also that all the tags are in lower case letters.
Thats an XHTML thing too.</p> <br /> |
Excuse Me</i>, <b>Why</b> are we <u>here</u>? |
<!-- Any text between these markers will not be interpreted in the browser, but they will be visible to anybody editing your source code, or looking at it using the "view source" option in their browser. Use comments to remind yourself what you have done or send messages to other designers and programmers you are working with. --> |