• Theory
  • Theory

Text Markup, Mastery Challenge 8

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>Historical Events in Space</title>
    <link rel="stylesheet" href="style.css">
  </head>
  <body>
    <h1>Historical Events in Space</h1>
    <p>In 1969, the first launch of a lunar rover took place. This historical event opened new horizons in space exploration.</p>
    <p>Over the years, scientists improved technologies, creating more advanced devices. <ins>Since then</ins>, space exploration has continued to develop.</p>
    <p><del>Modern research includes achievements such as rovers on Mars and automatic stations.</del></p>
    <dl>
      <dt><strong>Key Events</strong></dt>
      <dd>1969 — launch of the lunar rover</dd>
      <dd>1973 — launch of the Mars rover</dd>
      <dd>2020 — mission to Mars</dd>
    </dl>
    <ul>
      <li>Modern research:
        <ul>
          <li>Mars rovers</li>
          <li>Automatic stations</li>
        </ul>
      </li>
    </ul>
  </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.