Computer Applications
We can create a numbered list using …………… tag.
<ul>
<list>
<ol>
<dl>
HTML Advanced Features
3 Likes
Answer
<ol>
Reason — The <ol>
tag is used to define a numbered or ordered list
Answered By
3 Likes
Related Questions
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">
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