WEB BROWSERS TECHNOLOGY
WHAT IS WEB TECHNOLOGY
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
How can you make a bulleted list?
|
<ol>
|
|
<ul>
|
|
<list>
|
|
<dl>
|
Explanation:
Detailed explanation-1: -The <ul> tag defines an unordered (bulleted) list. Use the <ul> tag together with the <li> tag to create unordered lists. Tip: Use CSS to style lists. Tip: For ordered lists, use the <ol> tag.
Detailed explanation-2: -To create a bulleted list, use the unordered list tags <ul></ul> and list item <li></li> tags as shown in the example below.
Detailed explanation-3: -Create a list. To start a numbered list, type 1, a period (.), a space, and some text. Word will automatically start a numbered list for you. Type* and a space before your text, and Word will make a bulleted list.
Detailed explanation-4: -The <ul> HTML element represents an unordered list of items, typically rendered as a bulleted list.
There is 1 question to complete.