Quiz

In this lesson, we will solve a quiz to test the concepts that we have covered.

We'll cover the following...
Technical Quiz
1.

Which of the following will produce a centered heading “Hello World”?

A.
<p style="text-align: center">Hello World</p>
B.
<h1 style="text-align: center">Hello World<h1>
C.
<h1>Hello World<h1>

1 / 3