Missing closing li tag, "document was successfully checked as HTML 4.01 Transitional!"

Hi all,


This doc snippet has validated all right, even with
a missing "closing li tag".

Should it be that way?



greeting, Axel




<ul style="list-style-type: none;">

<li>
   <label class="address_label" for="ort"> Ort </label>
   <input class="address_input" type="text" id="ort"
         name="ort" value="" maxlength="30" size="20">
</li>

<li>
   <label class="address_label" for="land">Land</label>
   <input class="address_input" type="text"
    id="land" value="Deutschland" readonly="readonly"
     maxlength="30" size="20">
   <a style="float: none;"
     class="arrow_change_country" href="https://localhost">
     Land &auml;ndern
   </a>



<li>
   <label class="address_label" for="email"> eMail </label>
   <input class="address_input" type="text" id="email"
       name="email"       value="" maxlength="50" size="20">
</li>

</ul>

Received on Tuesday, 26 January 2010 13:26:13 UTC