5C. Guide 2 SMT 2
5C. Guide 2 SMT 2
LEARNING OBJECTIVES :
3.2 Students are able to understand LIST UL (Unordered List), OL (Ordered List) tags, changing the
color of text in html.
Before we start learn how to make a LIST in HTML. We must really understand what is LIST ? UL ,
OL and what if we want to change the color of the text ? Let's study together
I. DEFINITION OF LIST
List is part of the text that we use to create a list of documents and also certain groupings
or groups in a category. List in HTML has its own way of sorting items in a document. In
order to better understand the list, the list has several tags including:
A. Unordered List, or the so-called <ul> tag where the sequence begins with a
bullet / round / black symbol.
B. List in succession (Ordered List), or the so-called <ol> tag where the sequence
begins with a number or with a letter.
In order to better understand how to use the tags above, we can use some examples of the
appropriate implementation. Before going into our learning section, it's good to know the <li>
tag (list item) which is useful for placing a line between the opening <li> tag and the closing
</li> tag.
In the UL (Unordered List) tag there are several types that we can use, namely disc type,
circle, square and none. The following types in the UL (Unordered List) tag:
In the OL (Ordered List) tag there are several types that we can use, namely alphabetical,
numeric and roman. The following types in the OL (Ordered List) tag:
1. What is List?
A. to list documents
B. to make a list of presentation slides
C. to make a video
D. to create a new image