πŸ“Š HTML
Q. An ordered list can be represented by
  • (A) <ol>
  • (B) <ul>
  • (C) <li>
  • (D) <el>
πŸ’¬ Discuss
βœ… Correct Answer: (A) <ol>

Explanation: An ordered list starts with the tag <ol>. Each element of the list starts with the tag <li>. Example:
<ol>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
</ol>

Explanation by: Tina Singh
An ordered list starts with the tag <ol>. Each element of the list starts with the tag <li>. Example:
<ol>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
<li>Lorem ipsum</li>
</ol>

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
182
Total Visits
πŸ“½οΈ
4 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
80%
Success Rate