• Theory
  • Theory

Text Markup, Mastery Challenge 3

You need to use the tags you learned in the chapter on text markup. Follow the example and choose the appropriate text tags.

This additional version of the challenge is designed to reinforce your text markup skills.

Solution

The solution to the challenge will be available in a few minutes. Use it if you encounter difficulties. In the meantime, try to complete the challenge on your own.

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <title>Important Achievements</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
    <h1>Important Achievements of Humanity</h1>
    <dl>
      <dt>April 12, 1961</dt>
      <dd>
        The first human flight into space.
      </dd>
      <dt>July 20, 1969</dt>
      <dd>
        The first human step on the Moon.
      </dd>
    </dl>
    <p><ins>Breakthroughs that inspire!</ins></p>
  </body>
</html>
  • index.html
HTML
HTML

You’ve gone to a different page

Click inside the mini-browser to shift the focus onto this window.

100%
Granny Muffin

Easy there, pal!

To access the Text markup challenges in the HTML and CSS basics, you need to sign up and subscribe first.