Example of the value Attribute
|
|
<html> <head> <title>Example of the value Attribute</title> </head> <body> <ol> <li value="3">one</li> <li value="7">two</li> <li value="1">three</li> <li value="9">four</li> <li value="4">five</li> </ol> </body> </html>
|
|
|
|
|
HTML code for linking to this page:
Related in same category :
-
-
-
-
-
-
-
-
-
-
-
-
|