Computer Applications
Help Anju choose the correct HTML code to generate a numbered list, with numbering starting from capital letter C.
<OL TYPE="a" START="A"><OL TYPE="A" START="3"><OL TYPE="a" BEGIN="A"><UL TYPE="A" START ="l">
HTML Advanced Features
5 Likes
Answer
<OL TYPE="A" START="3">
Reason — To generate a numbered list starting from "C", we can use the following HTML code:
<OL TYPE="A" START="3">
Here, Type attribute specifies the type of numbering i.e. "A" and Start attribute specifies the starting value i.e. "3".
Answered By
2 Likes
Related Questions
…………… is the correct HTML element for playing an audio file.
- mp3
- sound
- audio
- voice
Which tag can Misha use to draw a line in her HTML page?
<br><HR><line><ruler>
Assertion (A): The head section of HTML defines the overall basic layout of an HTML document.
Reason (R): The title section contains the text and other content included in a web page that is displayed in its browser view.
- Both Assertion (A) and Reason (R) are true,and Reason (R) is a correct explanation of Assertion (A).
- Both Assertion (A) and Reason (R) are true, but Reason (R) is not a correct explanation of Assertion (A).
- Assertion (A) is true and Reason (R) is false.
- Assertion (A) is false and Reason (R) is true.
Assertion (A): A web browser acts as an interface between a user and the World Wide Web.
Reason (R): A user can navigate files, folders, and websites using links on the web pages created with HTML.
- Both Assertion (A) and Reason (R) are true, and Reason (R) is a correct explanation of Assertion (A).
- Both Assertion (A) and Reason (R) are true, but Reason (R) is not a correct explanation of Assertion (A).
- Assertion (A) is true and Reason (R) is false.
- Assertion (A) is false and Reason (R) is true.