Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bad use of <UL> #1

Open
benztest opened this issue Sep 28, 2014 · 1 comment
Open

Bad use of <UL> #1

benztest opened this issue Sep 28, 2014 · 1 comment

Comments

@benztest
Copy link
Owner

 Line 96, Column 23: Element ul not allowed as child of element ul in this context.


<ul>
        <li id="mobilemenubutton"><a href="javascript:;" onclick="show_menu()">Menu</a></li>
        <ul id="mobilelist">
            <li> <a href="http://www.thingsivelearnt.com/blog">Back To Blog</a> </li>
            <li> <a href="http://www.thingsivelearnt.com/blog/html">HTML (0)</a> </li>
            <li> <a href="http://www.thingsivelearnt.com/blog/css">CSS (0)</a> </li>
            <li> <a href="http://www.thingsivelearnt.com/blog/javascript">Javascript (1)</a> </li>
            <li> <a href="http://www.thingsivelearnt.com/blog/PHP">PHP (0)</a> </li>
            <li> <a href="http://www.thingsivelearnt.com/blog/web">Web (1)</a> </li>
            <li> <a href="http://www.thingsivelearnt.com/blog/software">Software (0)</a> </li>
        </ul>
    </ul>
@unajjang
Copy link

SAM-4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants