Completed 0 of 51 Exercises

HTML Headings - Exercise 2

Use six headings with the text "Lorem Ipsum". Start with the most important (the largest) heading and end with the least important (the smallest) one.

<!DOCTYPE html>
<html>
  <head>
    <title>Title of the document</title>
  </head>
  <body>
    
    
    
    
    
    
  </body>
</html>