• Resolved emberjd123

    (@emberjd123)


    Hi, hoping for some help please to remove some errors. Looks fine on webpage, but errors on each line on W3C Validator. The code is as follows: I’m starting with

      finishing with

    A couple of h3 included in the middle.

    • content.
    • <h3>content</h3>

    • content.
    • <h3>content</h3>

    • content.
Viewing 4 replies - 1 through 4 (of 4 total)
  • – What’s the W3c error
    – Link to sample code or put code here in backticks ( the code button )
    – What do you use for bullet points?

    Like this it’s hard to even distill a question from this post..

    Thread Starter emberjd123

    (@emberjd123)

    Thanks. Under ul with li bullet points. A couple of h3 included aswell. A copy from W3C:

    Line 131, Column 4: document type does not allow element "li" here; missing one of "ul", "ol", "menu", "dir" start-tag

    I would bet that <h3> is not allowed between list-items (li).

    You can try
    <li><h3>Bla</h3></li>
    Or opening and closing the lists between the headings.

    Thread Starter emberjd123

    (@emberjd123)

    Thanks, errors removed.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Errors using Bullet Points’ is closed to new replies.