SOFTWARE ENGINEERING

SOFTWARE TESTING

TESTING PRINCIPLES AND CONCEPTS

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which HTML tag is used to create an Ordered List? (Unit 10)
A
<ol>
B
<ul>
C
<li>
D
<a>
Explanation: 

Detailed explanation-1: -The ol element is used when the list is ordered and the ul element is used when the list is unordered. Definition lists ( dl ) are used to group terms with their definitions. Although the use of this markup can make lists more readable, not all lists need markup.

Detailed explanation-2: -An ordered list is created using <ol> tags that stand for the overall ordered list, which then wrap around the rest of the individual <li> tags. Similarly, unordered lists use <ul> tags that stand for the overall unordered list, which then wrap around the individual <li> tags.

There is 1 question to complete.