Tutorial HTML DASAR ( Bagian 3 )
List Item ( LI )
List Item digunakan untuk mengelompokan data baik berurutan (ordered list) maupun yang tidak berurutan (unordered list ).
Contoh :
1. Unordered List ( Bullet )
<html>
<head>
<title> Unordered list</title>
</head>
<body>
<p>Muryan Awaludin</p>
<ul>
<li>Adobe Photoshop</li>
<li>Adobe Illustrator</li>
<li>Adobe Flash</li>
<li>Adobe Dreamweaver</li>
<li>Adobe InDesign</li>
<li>Adobe Page Maker</li>
</ul>
</body>
</html>
Maka akan tampak pada browser :
2. Ordered List ( Numbering )
<html>
<head>
<title> Ordered List</title>
</head>
<body>
<p>Muryan Awaludin</p>
<ol>
<li>Tutorial Corel Draw</li>
<li>Tutorial CSS</li>
<li>Free ebook desain</li>
<li>Free Software desain</li>
<li>Free FONT design</li>
<li>Free Brush desing</li>
</0l>
</body>
</html>
Maka akan tampak pada browser :
DOWNLOAD TUTORIAL LI, UL dan OL ( BASE HTML BAG-3)
0 comments:
Post a Comment
Please Your Comment