FFC: Technical Documentation Page help

Im pretty sure ive done messed up using grid. Any input would be helpful.

@itsduck31, I’m not sure what your question is.

The test script, with all tests passing, should be included when you submit your projects.

  • Your page passes 14/16 user stories. Click the red button to see which test(s) are failing and text to help you correct the issue.
  • Be sure and read more than just the first line of the failing message. The ability to read and comprehend error messages is a skill you’ll need to acquire as a developer. Ask questions on what you don’t understand.
  • Do not use the <br> element to force line breaks or spacing. That’s what CSS is for.
    • Reference MDN Docs
    • You can nest those code snippets in an HTML element to preserve whitespace and line breaks. I’ll leave it to you to research that.
      Or there’s a property: value; pair you can use in CSS to preserve whitespace and line breaks. Again, I’ll leave it to you to research.
  • note that none of your nav link elements is closed correctly. you have
    <li><a class="nav-link" href="#Lorem">Lorem, ipsum dolor<a /></li>

On a side note, rather than lorum ipsum why not do your tech doc page on grid?

1 Like

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