Previous | Next
Full View
Contents of Standard HTML Syntax for this Series
Standard HTML Syntax for this Series
- <H1>, <H2>, <H3>, <H4>, <H5> and <H6> for headings levels 1 through 6.
- <a href="filename">Links to another web page</a>
- <a href="#NamedAnchor">creates a link to an anchor or specific point in the current HTML document</a>
- <a href="#NamedAnchor", "filename>creates a link to an anchor or specific point in another document.</a>
- <body>surrounds the entire document content </body>
- <p>paragraph text here</p>
- <em>emphasis</em> replaces the bold and strong codes in HTML</em>
- <br> line break within a paragraph!! There is no closing tag for this one. It should ONLY be used within a paragraph tag.
- <img src="filename"> places a graphic into your document. There is no closing tag for this one.
- <hr> puts a horizontal rule/line into your document. There is no closing tag for this one.
Copyright Karen McCall, Karlen Communications
12