css - Can I use list-style-type to div tag? -


i have been studying css. know can use list-style-type attribute set list marker. can apply attribute div tag?

yes can. following causes div tag resemble list item:

div {display:list-item;} 

Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -