note the following examples that sit so nicely:
<HTML>
- <HEAD>
- <title>beri nomer bro</title>
- <BODY>
- Nama grup band terkenal di indonesia
<OL>
- <LI> Peterpan
<LI> Wali Band
<LI> ST 12 Band
<LI> Kangen Band
<LI> D Cinnamons Band
<LI> The Titans Band
The result will look like this:
When friends use the ordered list of the default number is 1,2,3 ... friends can change the number with the TYPE attribute in the tag <OL>. In addition to change the type of numbers, HTML also provides a command to determine the value of early number. Used are START = n, where n is the value of early number.
For example there are below:
<HTML>
- <HEAD>
- <TITLE>Dengan Atribut</TITLE>
- <BODY>
- <OL TYPE=A>
- <LI>Nama Orang Terganteng
- <OL TYPE=I>
- <LI>Raihand
<LI>Triaz
<LI>Giman
<LI>Gilang
- <OL TYPE=1 START=5>
- <LI>Wahyu
<LI>Taufik
<LI>Tito
<LI>Ditya
The result will look like this:
0 comments:
Posting Komentar