Computer Applications
We can create a numbered list using …………… tag.
<ul><list><ol><dl>
HTML Advanced Features
1 Like
Answer
<ol>
Reason — The <ol> tag is used to define a numbered or ordered list
Answered By
2 Likes
Related Questions
SRC attribute used with
<IMG>tag stands for :- Screen
- Screen resolution count
- Source
- Structure
Which of the following is not a valid value for align attribute of
<IMG>tag ?- top
- center
- bottom
- middle
colspan = n can be added to …………… tag :
<hr><table><td><tr>
The correct HTML code for inserting an image is :
<img href = "image.gif"><img> image.gif </img><img src = "image.gif"><image src = "image.gif">