Quiz #8

Paragraphs

Question 1

<p></p>


A

<par></par>


B

<p><p>


C

Choose the correct code for a paragraph tag.

Question 2

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

Choose the proper CSS code for the paragraph tag.

Question 3

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

Which statement is false?

Question 4

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

Which statement is true?

Question 5

text-indent:1em


A

p-indent:1em


B

indent:1em


C

Choose the proper CSS for indenting a paragraph.