To write bulleted list in the HTML, write following code: <ul> <li>fdasfadsf asdf</li> <li>sfdafasdf</li> <li>fdsafasfsa</li> <li>fdsafsda</li></ul>To write numbered list in the HTML, write following code:<ol> <li>fdasfadsf asdf</li> <li>sfdafasdf</li> <li>fdsafasfsa</li> <li>fdsafsda</li></ol>Notice the difference is only <ul> and <ol>. In the bulleted list, we need to use <ul> tag and in the numbered list we need to use <ol> tag.
HTML
Topic: Lists
What is the code to write bulleted and numbered list in HTML.
Browse random answers:
HTML for Lists
What is a Unordered Lists?
what is a HTML Ordered Lists?
What is a HTML Definition Lists?
How to write bulleted point in HTML?
How to display numbered list in HTML?
What is the code to write bulleted and numbered list in HTML.
What is a <dl> tag in HTML?
What are some of the common lists that can be used when designing a page?
How do you change the number type in the middle of a list?
What bullet types are available?
What is the difference between the directory and menu lists and the unordered list?
Can you change the color of bullets?
What are the limits of the text field size?