×
×
Correct!
Use CSS to center align the document.
<html>
<body @(5)="@(17);"> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html>
<html>
<body style="text-align:center;"> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html>
<html>
<body style='text-align:center;'> <h1>This is a heading</h1> <p>This is a paragraph.</p> </body> </html> Not CorrectClick here to try again. Correct! |
This will reset the score of ALL 106 exercises.
Are you sure you want to continue?