|
paragraph {
font-family:helvetica, tahoma, verdana, arial,serif;
font-style:normal;
font-weight:normal;
font-size:11pt;
text-align: left;
text-indent:1em }
A
|
p {
font-family:helvetica, tahoma, verdana, arial,serif;
font-style:normal;
font-weight:normal;
font-size:11pt;
text-align: left;
text-indent:1em }
B
|
par {
font-family:helvetica, tahoma, verdana, arial,serif;
font-style:normal;
font-weight:normal;
font-size:11pt;
text-align: left;
text-indent:1em }
C
|
|
The paragraph tag will work without a closing tag.
A
|
You should add a closing paragraph tag for W3C compliance.
B
|
Paragraphs will run together if you don't use a closing tag.
C
|
|
You cannot have more than one paragraph on a web page.
A
|
You cannot not have more than 3 paragraphs on a web page.
B
|
You can place as many paragraphs on a web page as are needed.
C
|