HTML
Attribute | Value | Description |
---|---|---|
A | aI i1Disk Square Circle | ##Deprecated- Specify the type of the list |
Number | >Specify the value of the list item |
<!DOCTYPE html> <html> <head> <title>HTML li Tag</title> </head> <body> <p>Rank</p> <ul> <li>India</li> <li>Australia</li> <li>South Africa</li> </ul> </body> </html>
The above is the detailed content of How to add list items in HTML?. For more information, please follow other related articles on the PHP Chinese website!