Ordered list, Have you ever heard (Basic HTML)

You must be familiar with what you will learn in the article HTML this time. Have you ever heard the term ordered list? Or you must have made ​​a list of sequences, such as: timetable, a list of values ​​or a list of places to eat in the food menu.

Basic HTML element in ordered list or a list of sequences that will be discussed this time, this element has the attribute that start and type. Start serves to demonstrate how the ordered list was started, whereas the type attribute is used to select the type of order. like start = "1" & type = "1" then it will use a sequence starting from the decimal numbers 1,2,3 ... and so on, if the attribute type using Roman numerals I or i then that will be displayed is also the Roman numeral sequences, both figures roman large or small.

To make ordered list (ol) can also use the alphabet A or a B, but by default for the attribute start = "1" and type = "1". to make ordered list contained element must also list item (li). example:


<ol start=”1” type=”1”>
<li>…</li>
<li>…</li>
</ol>

And to clarify please you open notepad or your editor software and write this script:



Save the file name Orderlist.html, In the browser window will display a list of the starting sequence number 1 and so on, you can display a sequence starting with the letter or Roman numeral changing / adding tags such as tag <ol> <ol start = "1 "type =" I ">.

By default it will display as shown below:


Similarly, this article the basic HTML orderlist in the material, I was glad to share his knowledge with you. Hopefully useful and keep smile! :-)

0 comments:

Post a Comment