<p> </p>
container tag? That is, what is typical formatting for a paragraph structure in HTML?<p> </p>
between paragraphs, will this give extra vertical space?The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. |
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. |
<br>
tag between the two chunks. View the result in a browser. Describe
what you see.<br>
tag between the two chunks. View the result in a browser. Describe
what you see.<br>
tags between the two chunks. View the result in a browser.
Do you get extra space between the chunks?<br>
tags out, and instead
put each chunk inside <p></p>
tags and view the result in a browser.
Describe what you see.<p></p> <p></p>
<p></p>
) in between the two chunks. Do you get extra space? Comment.
<p style="text-indent: 3em">
<p style="text-indent: 6em">
<p style="line-height: 2">
<p style="line-height: 200%">
<hr width=500 size=10 noshade align=left>
This is a normal paragraph. This is a normal paragraph. This is a normal paragraph. This is a normal paragraph. This is a normal paragraph. This is a normal paragraph.
This paragraph has a 0.5 inch indent. This paragraph has a 0.5 inch indent. This paragraph has a 0.5 inch indent. This paragraph has a 0.5 inch indent. This paragraph has a 0.5 inch indent. This paragraph has a 0.5 inch indent.
This is a double-spaced paragraph. This is a double-spaced paragraph. This is a double-spaced paragraph. This is a double-spaced paragraph. This is a double-spaced paragraph. This is a double-spaced paragraph.