1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51
| <h1></h1> <i></i> <hr> <p></p> <b></b>
<title></title> <body></body>
<ul type="disc"> <li> <a href="https://www.baidu.com" targer="_blank"></a> </li> </ul>
<ol type="1"> </ol>
<img src="images/1.jpg" width="100px" height="100px" title="xxx" alt="xxx">
<del></del> <sup></sup> <u></u>
<table border="1px" cellspacing="0"> <thead></thead> <tbody></tbody> <tfoot></tfoot> <clo width="200px"></clo> <tr align="center"> <td width="200px" align="center" colspan="数字" rowspan="数字"></td> </tr> </table>
<form action="http://www.zlcode.pub" method="get/post"> <input type="text" name="login_name" style="color:red;"> <input type="password" name="login_pwd"> <input type="button" value="xxx"> <input type="submit" value="xxx"> <input type="reset" value="xxx"> <input type="radio" value="xxx"> <input type="checkbox" value="xxx"> <input type="file" value="xxx"> </form>
<span></span>
<div margin:auto font-size:24px></div>
|