Headings & Paragraphs — Quiz

Answer all 5 questions, then submit. You need 60% to pass. Log in to save progress.

Question 1
How many <h1> elements should a page normally have?
A As many as you like
B Exactly one
C At least three
D None
Question 2
You want a big, bold line of text. What is the correct approach?
A Use an <h1> because it looks big
B Choose the heading by meaning, and make text big with CSS later
C Use lots of <strong> tags
D Type in capital letters
Question 3
Which is bad practice when ordering headings?
A Following an <h2> with an <h3>
B Skipping from <h2> straight to <h4>
C Using one <h1> at the top
D Putting an <h2> under the <h1>
Question 4
Pressing Enter in your HTML code to separate two blocks of text will…
A Create two paragraphs automatically
B Do nothing visible — you must wrap each in <p>
C Insert a heading
D Cause an error
Question 5
Which element gives a single line break inside a paragraph?
A <p>
B <hr>
C <br>
D <h6>