User Interface Expert Question: Download UI Developer PDF

Explain what is the syntax difference between a bulleted list and numbered list?

Tweet Share WhatsApp

Answer:

Billeted lists use the <ul> tag, which stands for "unordered," whereas <ol> is used to create an ordered list.

Download UI Developer PDF Read All 90 UI Developer Questions
Previous QuestionNext Question
Explain what is the difference between "==" and "==="?What is the result of "20" + 20; in JS?