Computer Applications
Which of the following is the correct way to create a list using the lowercase letters ?
<ol alpha = a"><ol type = "a"><ol letter = "a">- None of the above
HTML Intro
1 Like
Answer
<ol type = "a">
Reason — The type attribute of <OL> tag sets the actual numbering style of an ordered list.
Answered By
2 Likes
Related Questions
In HTML, lists can be of :
- unnumbered
- numbered
- definition
- all of these
To start a list at the count of 3, use which ?
<ol start="3"><ol begin="3"><ol list="5">
What is the correct HTML for adding a background color ?
<body background="yellow"><background>yellow</background><body style="background-coloris:white"><body bgcolor="white">
To create a bulleted list use ?
<il><ul><ol>