Technical Documentation Page - Build a Technical Documentation Page

Tell us what’s happening:
Describe your issue in detail here.

Your code so farThe last part of my code is not working.

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
<meta charset="utf-8">
<title>technical documentation</title>
<link rel="stylesheet" href="styles.css"></link>
</head>
<body>
  <main id="main-doc">technical documentation
    <section id="introduction" class="main-section">
      <header>introduction</header>
      <p></p>
      <p></p>
      <code></code>
    </section>
    <section id="what_you_should_already_know" class="main-section">
      <header>what you should already know</header>
      <p></p>
      <p></p>
      <code></code>
      </section>
    <section id="Javascript_and_java" class="main-section">
      <header>Javascript and java</header>
      <p></p>
      <p></p>
      <code></code>
      </section>
    <section id="Hello_world" class="main-section">
      <header>Hello world</header>
      <p></p>
      <p></p>
      <code></code>
      </section>
    <section id="Variables" class="main-section">
      <header>Variables</header>
      <p></p>
      <p></p>
      <code></code>
      <ul>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
        <li></li>
        </ul>
      </section>
      <nav id="navbar">
        <header>Introduction</header>
        <a href="introduction" class="nav-link">introduction</a>
        <a class="nav-link" href="what-you should-already-know">what you should already know</a>
        <a class="nav-link" href="Javascipt-and-java">Javascript and java</a>
        <a href="Hello-world" class="nav-link">Hello world</a>
        <a href="Variables" class="nav-link">Variables</a>
      </nav>
/* file: styles.css */
@media(min-width: 500px) and (max-width: 1000px){
  
}

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/115.0.0.0 Safari/537.36

Challenge: Technical Documentation Page - Build a Technical Documentation Page

Link to the challenge:

And what is your issue?

If you don´t describe it, we can´t help you.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.