Re: Closed </li> element

On 7/2/17 5:01 PM, hexel@tut.by wrote:
> browser reads unclosed <li> element like a new list item
>
What leads you to believe that ?  In your original code, repeated below, 
there /*is*/ a new list item, the one that you carefully highlighted in 
red :

> <ul>
> <li><a href="index.html">HOME</a><li>
> <li class="selected"><a href="blog.html">BLOG</a></li>
> <li><a href="">INVENTIONS</a></li>
> <li><a href="">RECIPES</a></li>
> <li><a href="">LOCATIONS</a></li>
> </ul>

-- 
<Signature>
Philip Taylor

Received on Sunday, 2 July 2017 16:50:07 UTC