GROWTH DEVELOPMENT CHILD
SUMMATIVE ASSESSMENT
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Bulleted List
|
|
Line Spacing
|
|
Numbered List
|
|
Multilevel List
|
Detailed explanation-1: -To start a numbered list, type 1, a period (.), a space, and some text. Word will automatically start a numbered list for you. Type* and a space before your text, and Word will make a bulleted list. To complete your list, press Enter until the bullets or numbering switch off.
Detailed explanation-2: -In HTML, we can create an ordered list using the <ol> tag. The ol in the tag stands for an ordered list. Inside each of the ordered list elements <ol> and <ol />, we have to define the list items. We can define the list items using the <li> tag.
Detailed explanation-3: -<ol>: The Ordered List element. The <ol> HTML element represents an ordered list of items-typically rendered as a numbered list.
Detailed explanation-4: -Bullet or numbered lists, also known as unordered and ordered lists, can make writing easy to read; however, be careful not to overuse them, as lists that are too long, or multiple lists on one page, can be difficult to read.