<!DOCTYPE HTML><HTMLLang= "en"><Head> <MetaCharSet= "UTF-8"> <title>Title</title></Head><Body><TableBorder= "1"> <TR> <TD>Host Name</TD> <TD>Port</TD> <TD>Operation</TD> </TR> <TR> <TD>10.11.2.1</TD> <TD>8080</TD> <TD> <ahref="">View</a> <ahref="">Modify</a> </TD> </TR> <TR> <TD>10.11.2.1</TD> <TD>8080</TD> <TD> <ahref="">View</a> <ahref="">Modify</a> </TD> </TR></Table></Body></HTML>
Table
Expected:
A label
<!DOCTYPE HTML><HTMLLang= "en"><Head> <MetaCharSet= "UTF-8"> <title>Title</title></Head><Body><ahref= "#a1">Chapter I.</a><ahref= "#a2">Chapter II</a><ahref= "#a3">Chapter III</a><ahref= "#a4">Fourth Chapter</a><DivID= "a1">The contents of the first chapter</Div><DivID= "a2">Chapter II of the content</Div><DivID= "a3">Contents of Chapter III</Div><DivID= "a4">The contents of the fourth chapter</Div></Body></HTML>
a label
Another way to submit a form, same as get
<!DOCTYPE HTML><HTMLLang= "en"><Head> <MetaCharSet= "UTF-8"> <title>Title</title></Head><Body><form> <formAction= "https://www.sogou.com/"> <inputtype= "text"name= "query"/> <inputtype= "submit"value= "submit"/> </form></form></Body></HTML>
another way to submit a form, same as get
Conversion of block-level labels and inline labels
<!DOCTYPE HTML><HTMLLang= "en"><Head> <MetaCharSet= "UTF-8"> <title>Title</title></Head><Body><Divstyle= "background-color:aqua; display:inline">Abcd</Div><!--Block-level career in -<spanstyle= "background-color:indianred; display:block">Ddddd</span><!--row to block level -</Body></HTML>
Conversion of block-level labels and inline labels
lable Text Labels
<!DOCTYPE HTML><HTMLLang= "en"><Head> <MetaCharSet= "UTF-8"> <title>Title</title></Head><Body><label for= "username">User Name:</label><!--<input id= "username" type= "text" value= "user name"/> -<inputID= "username"type= "text"name= "user"/></Body></HTML>
lable Label
Python:html Notes 2