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