This is a printer friendly version of Common HTML Tags.
In a previous article, we explored the construction of a basic HTML document. Now we will discover how to add paragraphs, bold text, italics and a few others.
Example Blank Tags
Start Tag: <> End Tag: </>
General rule: If you insert an opening tag into a HTML document, you should always insert a matching closing Tag in order to avoid problems.
For example, HTML Image Codes do not require a closing Tag. It is a stand alone Tag. HTML Image Codes contain all the attributes necessary to perform the task within one single Tag. Example:
Inline Image Tag - <img src="">
<center>Example</center>
Note: Acording to w3.org, the new standard for bold and italics is now like this:
<strong>bold</strong> <em>italics</em>
If people get confused with this hyperlink issue, they might get pissed off or they might not click an important link because they think it is just underlined text.
Note: 2 x line break together = 1 paragraph. Example:
<br><br>
Note: The line break tag does not require a closing tag.
Wrong: <b><p><i>Example</i></b></p>
![]() |
| Tags |
Just click on a tag from the menu, and 1st Page 2000 will insert the tag into your document at the cursor.
Be carefull with the "center" tag though. 1st Page 2000 will insert both the opening and closing tags but the closing tag will have / missing. Just remember to type it in.
What Web Page would be complete without some hyperlinks?
© Copyright 2005 - 2012 GoldCoastWebDesigns.com