Technical Documentation Page - Build a Technical Documentation Page

Tell us what’s happening:

I’m not sure about Requirement Number 6. The main elements should cointain five code elements.
What is a Code element?

Your code so far

<!-- file: index.html -->
<!DOCTYPE HTML>
<html lang="en">
  <head>
    <title>
      My-Technical-Documentaion-Page
    </title>
    <meta charset="UTF-8">
    <link rel="stylesheet" href="styles.css">
  </head>
  <body>
    <main id="main-doc">
        <section id="" class="main-section">
          <header></header>
          <p></p>
          <p></p>
        </section>
        <section id="" class="main-section">
          <header></header>
          <p></p>
          <p></p>
        </section>
        <section id="" class="main-section">
          <header></header>
          <p></p>
          <p></p>
        </section>
        <section id="" class="main-section">
          <header></header>
          <p></p>
          <p></p>
        </section>
        <section id="" class="main-section">
          <header></header>
          <p></p>
          <p></p>
        </section>
    </main>
  </body>
  </html>
/* file: styles.css */

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36

Challenge Information:

Technical Documentation Page - Build a Technical Documentation Page

In HTML, we have <code></code> element that you can write coding samples. It will make the text monospace so it will seem like a literal code.

But I didnt come across it in the Curriculum?
I’m doing the Responsive Web design course.

What i should type in it? I’m not familiar with computer code ?

it depends on the topic you have chosen to you use for your technical documentation page

learn more about the code element here: