Hope now you are clear about the List element. so can you create the list of items in the web page? if not, But don’t worry we are help you after learn this page you can can create any type of lists on the your web page very easily. So lets start!
<ul> And <li> Tag Attributes
Attributes | Value | Description |
---|---|---|
type | disk circle square |
Disk Bullet Circle Bullet Square Bullet |
Example : HTML Ordered list.
<html> <head> <title> HTML Unordered list Examples </title> </head> <body> <!-- Now we are using HTML Unordered list --> <ul type="disk"> <li> Unordered list Disk Bullet </li> <li> Unordered list Disk Bullet </li> </ul> <ul type="circle"> <li> Unordered list Circle Bullet </li> <li> Unordered list Circle Bullet </li> </ul> <ul type="square"> <li> Unordered list Square Bullet </li> <li> Unordered list Square Bullet </li> </ul> </body> </html>
Output :
My name is Mukesh Jakhar and I am a Web Application Developer and Software Developer, currently living in Jaipur, India. I have a Master of Computer Application in Computer Science from JNU Jaipur University. I loves to write on technology and programming topics. Apart from this, I love to travel and enjoy the beauty of nature.