Technical Documentation Page - Build a Technical Documentation Page

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

Your code so far
my codes are not displaying on the preview page for me to see the progress of my work

<!-- file: index.html -->
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8">
    <link rel="stylesheet" href="styles.css">
    <title>Technical Documentation Page</tile>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  </head>
  <body>
    <main id="main-doc">kkkk
      <section class="main-section" id="introduction">
        <header>
          <h1>Introduction</h1>
        </header>
      </section>
      <section class="main-section">ugiyfuyftfjg</section>
      <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>
      <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>
      <section class="main-section"></section>
      <section class="main-section"></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/105.0.5195.127 Safari/537.36

Challenge: Technical Documentation Page - Build a Technical Documentation Page

Link to the challenge:

Hey,

I hate to sound like a douche but have you tried Chrome? I know from my previous job that for some reason, a lot of applications that are buggy on other browsers work on Chrome.

Let me know how it goes.

1 Like

fix the closing tag to say title and you will see your work

1 Like

I think the closing tag is missing a letter.

1 Like

thanks very much that was helpful

hello, i am having serious challenge with my coding, please can you help out

Please describe the problem and share the code.

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