Atributul | Codul HTML | Rezultatul |
Start=n |
<html> <head> <title>Liste </title> </head> <body> Liste ordonate <ol start=3> <li>Introducere în limbajul HTML </li> <li>Noţiuni introductive </li> <li>Formatare text </li> </ol> </body> </html> |
|
Type=A |
<html> <head> <title>Liste </title> </head> <body> Liste ordonate <ol type=A> <li>Introducere în limbajul HTML </li> <li>Noţiuni introductive </li> <li>Formatare text </li> </ol> </body> </html> |
|
Type=a |
<html> <head> <title>Liste </title> </head> <body> Liste ordonate <ol type=a> <li>Introducere în limbajul HTML </li> <li>Noţiuni introductive </li> <li>Formatare text </li> </ol> </body> </html> |
|
Type=I |
<html> <head> <title>Liste </title> </head> <body> Liste ordonate <ol type=I> <li>Introducere în limbajul HTML </li> <li>Noţiuni introductive </li> <li>Formatare tex </li> </ol> </body> </html> |
|
Type=i |
<html> <head> <title>Liste </title> </head> <body> Liste ordonate <ol type=i> <li>Introducere în limbajul HTML </li> <li>Noţiuni introductive </li> <li>Formatare text </li> </ol> </body> </html> |