Tell us what’s happening:
I am confused, are we just recreating the JS Document or making our own? I want to complete this as fast as possible, without having to search for “fixes”.
Describe your issue in detail here.
The only issues is how to proceed. I just started doing my page, but following the instruction as I go.
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">
<link rel="stylesheet" href="styles.css">
<title></title>
</head>
<body>
<main id="main-doc">
<section class="main-section">
<header></header>
</section>
<section class="main-section">
<header></header>
</section>
<section class="main-section">
<header></header>
</section>
<section class="main-section">
<header></header>
</section>
<section class="main-section">
<header></header>
</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/106.0.0.0 Safari/537.36
Challenge: Technical Documentation Page - Build a Technical Documentation Page
Link to the challenge: