.
PARAGRAPHS
A browser ignores any indentations or balnk lines in the source text. The closing tag can be omitted. This is becuse browsers understands that when they encounter tag, it implies that there is an end to the previous
paragraph.
FORCED LINE BREAKS/POSTAL ADDRESSES
The break tag forces a line break with no extra (white) space between lines. Using eelments for short lines of text such as postal addresses result in unwanted additional white space.
LIST
HTML supports unnumbered, numbered lists. You can nest lists too, but use this feature sparingly because too many nested items can be difficult to follow.
- Unnumbered List
To make an unnumberd list, bulleted list start with an opening list
(for unnumbered list tag, entered the list item tag followed by the individual item n o closing tag is needed, end the entire list wiht a closing list tag.
- Numbered List
A numbered list (also called an ordered list, from which the tag name derives) is identical to an unnumberd list, except it uses an Orderd List tag instead of Unnumbered List Tag. The items are tag using same List tag.
- Definition List
A definition list usually contains of alternating a definition term and a definition. Web browsers generally format the definition on a new line.
- Nested List
List can be nested. You can also have a number of paragraphs, each containing a nested list, in a single list item.