- 6
Please help
Fill in the blanks to create an ordered list: <h4>An Ordered List:</ > <li>Coffee</li> <li>Tea</li> <li>Milk </ >
15 Answers
+ 7
<h4>An Ordered List:</h4 >
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk </li >
</ol>
+ 2
<h4>An Ordered List:</h4 >
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk </li >
</ol>
+ 2
Complete the code to create an ordered list nested inside unordered list
<ul>
<li>visit a new city
<ol>
<li>.......</li>
<.......>rome</li>
</ol>
</li>
<li>explore a national park</li>
<.......>
+ 1
<h4>An Ordered List:</h4 >
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk </li >
</ol>
+ 1
<h4>An Ordered List:</h4 >
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk </li >
</ol>
+ 1
How many content models does HTML5 offer?
+ 1
<h4>An Ordered List:</h4 >
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk </li >
</ol>
+ 1
<h4>An Ordered List:</h4 >
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk </li >
</ol>
+ 1
<h4>anorder list</h4>
<ol>
<li>cofee</li>
<li>tea</li>
<li>milk</li>
</ol>
+ 1
<h4> An Ordered List: </h4>
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
+ 1
Complete the code to add a comment with an explanation
<!--
--Code a list--
-->
<ol>
<li>1</li>
<li>2</li>
<li>3</li>
</ol>
0
<h4>An Ordered List</h4>
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
0
<h4>An Ordered List:</h4>
<ol>
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
0
an ordered list starts with <ol> tag.
each item is defined by <li> tag.
- 1
h4>
<ol
</li>
ol>
not sure what the last > is for since there isnt a match in your question