Hai there, i am happy to share another task completed, suggestions are welcome.
check it out here:https://codepen.io/martha-taukuheke/pen/QwwEKXN
I noticed a few issues with your code.
id
attribute values should not have any white spaceid="Documentation Menu">
code
element should not nest theh2
element<code><h2>Becoming an Excellent Web Developer: The Journey Starts Now.</h2></code>
code
element is missing a closing tagthis craft.<code>
- not sure why you are placing text in a
code
element ol
element missing a closing tagand countdown timers.</p><ol>
- not sure why you are nesting a
ul
element in ap
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