Atributul | Codul HTML | Rezultatul |
Type=disc |
<html> <head> <title>Liste </title> </head> <body> Liste neordonate <ul type=disc> <li>Introducere în HTML </li> <li>Notiuni introductive </li> <li>Formatare text </li> </ul> </body> </html> |
|
Type=circle |
<html> <head> <title>Liste </title> </head> <body> Liste neordonate <ul type=circle> <li>Introducere în HTML </li> <li>Notiuni introductive </li> <li>Formatare text </li> </ul> </body> </html> |
|
Type=square |
<html> <head> <title>Liste </title> </head> <body> Liste neordonate <ul type=square> <li>Introducere în HTML </li> <li>Notiuni introductive </li> <li>Formatare text </li> </ul> </body> </html> |