![]() |
|||||||
|
|
Paragraph<p> begins a paragraph.Paragraph tags are the most ubiquitous and user-friendly of all the HTML tags. Inserted at the beginning of each paragraph, the <p> tag skips a line before each block of text. There's no need to close off the <p> tag with a </p>; it's implied when you go on to the next tag. Example - Paragraph
The HTML
The <p> (paragraph) tag both forces a blank line and then starts a new line.
© 2002 Ashley Preston |
||||||
|
|
|||||||