List is a section of text in the document that lists the items of a particular group or groups.<\/span> For example, in a culinary-themed web sites, the list can be the list of foods and drinks, along with the price.<\/span> List can also be a procedure (sequence of steps) of a particular job, that are to be performed sequentially from the first step to the last step.<\/span> Example List:<\/span> 2) Type List in HTML Documents<\/strong><\/span> 3) List Threaded<\/strong><\/span> To create a list of sequential in an HTML document, use the <ol> (ordered list), which is paired with the <\/ ol>.<\/span> <Ol> tag is used to start a particular sequence list, while <\/ ol> serves to indicate that the list has ended.<\/span> Each item in the list must be created using the <li> (list item, which then needs to be closed with the <\/ li>.<\/span> The attribute for the <ol> is a “type” that indicates the type of penomorannnya.<\/span> In standard, the type is using a numbering 1, 2, 3, 4 and so on.<\/span> In addition to the default type, other types that can be used for numbering in a list is:<\/span> 4) List No Threaded<\/strong><\/span> In the above example, we can change \/ randomize the order independently of each item available.<\/span> This is because every item that is not independent from each other with other items, in contrast to a specific sequence of steps that have to be written sequentially.<\/span><\/p>\n To create an unordered list in the HTML document, use the <ul> (unordered list), which is paired with the <\/ ul>.<\/span> <Ul> is used to start a particular sequence list, while <\/ ul> serves to indicate that the list has ended.<\/span> Each item in the list must be created using the <li> (list item, which then needs to be closed with the <\/ li>.<\/span> The attribute for the <ul> is a “type” that indicates the type of mark for each item in the form of dots mark for default .. In addition to the default type, other types that can be used for the purposes of unordered list is:<\/span>
\n
<\/a><\/p>\n
\n In HTML documents, the type of list can be divided into three, namely:<\/span>
\n \uf0b7 List sequence (ordered list)<\/span>
\n \uf0b7 List not berututan (unordered list)<\/span>
\n \uf0b7 List of definitions (definition list)<\/span><\/p>\n
\n List of successive typically characterized by the use of certain numbering.<\/span> This numbering bias using the numbers (1, 2, 3, …) as well as terntentu alphabet characters (a, b, c, … or i, ii, iii, …).<\/span> List of successive generally used for items that are interconnected with each other, or to write down the steps or procedures from terntentu activities that can not be done randomly.<\/span>
\n Examples of sequential list is on how to create HTML documents, for example:<\/span>
\n
<\/a><\/p>\n
\n Examples of writing are as follows:<\/span>
\n <ol> <li> First Sequence <\/ li><\/strong><\/span>
\n <li> Is Second <\/ li> <\/ ol><\/strong><\/span><\/p>\n
\n
<\/a><\/p>\n
\n Unordered list is a list of items-items can be modified at random positions.<\/span> List as ni not use numbering as above, but only by using a particular sign or symbol, such as a picture box or round (bullet).<\/span>
\n Example :<\/span>
\n
<\/a><\/p>\n
\n Examples of writing are as follows:<\/span>
\n <ul> <li> Item one <\/ li> <li> Item two <\/ li> <\/ ul><\/strong><\/span><\/p>\n
\n
<\/a><\/p>\n