Technical Documentation Page - Build a Technical Documentation Page

Tell us what’s happening:

Hi, i keep failing on this step:“2. You should have at least five section elements with a class of main-section.” Can’t seem to figure out what i’ve done wrong, as i looked up that section elements do belong in the body.Also i’m confused as to whether i should copy the information from the demo or not, cause the instructions state not to copy.But other posts are copying the content.

Your code so far

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Technical Documentation Page</title>
    <link rel="stylesheet" href="style.css">
    <main id="main-doc"></main>
    
  </head>
  <body>
    <section class="main-section"></section>
    <section class="main-section"></section>
    <section class="main-section"></section>
    <section class="main-section"></section>
    <section class="main-section"></section>
  </body>
</html>
/* file: styles.css */

Your browser information:

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

Challenge Information:

Technical Documentation Page - Build a Technical Documentation Page

Review User Story # 2

You should always review the user stories to make sure they are implemented correctly. Don’t focus on just the tests.

2 Likes

ah i see your right, thanks for your help :slight_smile:

also, should i copy the content from the demo?

no, it say “Do not copy this demo project.” right after the link

1 Like

I would pick something else that’s personally interesting to you.

It does say Do not copy this demo project which probably refers to the code, but still. Why not make it a bit more interesting and personal to yourself. That would also make a more compelling demo if you ever share it as a portfolio project.

1 Like

yes i read that, but i said this in my original post “Also i’m confused as to whether i should copy the information from the demo or not, cause the instructions state not to copy.But other posts are copying the content.”.

Makes sense, thank you for the advice, much appreciated!

1 Like