|
|
|
|
Web Master Tricks
This page of Web Magic contains a guide to HTML which includes basic page elements, page dividers, structural definitions, presentation formatting, and lists. Also some helpful tips regarding file and graphic naming.
HTML uses two types of elements: "empty" (open) or "container" tags. Empty tags represent formatting constructs, such as line breaks, paragraph breaks, and horizontal rules. These represent one time instructions and can be used independently within your page.
Container tags define a section of text (or the document itself) and specify the formatting for all of the selected text. A container tag has both a beginning and ending. Most containers can overlap and hold other containers or empty tags. Specific restrictions apply in some cases and you must be aware of what is acceptable. Improperly used tags may appear correctly in your browser, but will not display correctly in all browsers and will fail validation tests.
Very Poor formatting! Opening a container tag without closing a prior opening tag.
<blockquote><blockquote> text </blockquote></blockquote>
<font color="#23238E"><font size="+1"> text here </font></font>
Using Tags properly: The following are examples of the proper use of container tags.
<blockquote> text </blockquote>
Keeping that in mind, now you are ready to review the HTML 3.2 codes to design your site.
[ Structural Definition | Presentation Formatting | Creating Lists ]
[ Back to Top | Home ]
Copy & Copyright (c) 1998 - 2006 Creative Computing
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Home
HTML Validation CGI Tips Web Security Search Engines Spam Mail
Online Services
Site Resources
|