Feedback on Technical Documentation Page


Hai there, i am happy to share another task completed, suggestions are welcome.
check it out here:https://codepen.io/martha-taukuheke/pen/QwwEKXN

Hi @marthataukuheke

I noticed a few issues with your code.

  1. id attribute values should not have any white space id="Documentation Menu">
  2. code element should not nest the h2 element <code><h2>Becoming an Excellent Web Developer: The Journey Starts Now.</h2></code>
  3. code element is missing a closing tag this craft.<code>
  4. not sure why you are placing text in a code element
  5. ol element missing a closing tag and countdown timers.</p><ol>
  6. not sure why you are nesting a ul element in a p element
      <p>
<ul>
<li>Fluid grids, flexible images</li>

The menu navigation was smooth.

Consider adding an h1 element with text that briefly describes the purpose of your page.

Happy coding