|
||
|
Block Level Elements - ContentsAs you author your document, there are different block elements that serve different purposes:
You can apply the different types of block elements to the sample text. Only the middle paragraph will be effected. IE4 Traditionally these elements have been used for their presentational effect. For example,
blockquote was used to indent text. Nesting blockquotes was used to increase the indention. While this works
this violates the intent of HTML. Instead, if text needs to be indented, you are recommended to use a style sheet.
For example, the paragraphs in this tour and throughout the siteIE4 are indented using the following style sheet:
Next we discuss the HTML elements for building different types of lists. |
Copyright © 1997-2008 InsideDHTML.com, LLC. All rights reserved.