- From: Axel Christiansen <axel.christiansen@piranha.de>
- Date: Tue, 26 Jan 2010 13:12:12 +0100
- To: www-validator@w3.org
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 ä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