Kamis, 26 April 2018

contoh tag html membuat list &gambar

CONTOH TEXT HTML MEMBUAT LIST & IMAGE
<html>
<head>
<title>LIST DAN IMAGE</title>
</head>
<body BGCOLOR="OCEAN">
<Pre>
UL=UNORDERED LIST digunakan untuk membuat daftar item dengan tanda bullet yang ditandai dengan tag LI =LIST ENTRIES
</pre>
<ul compact type=square>
<LI> LIST NOMOR 1
<LI> LIST NOMOR 2
<LI> LIST NOMOR 3
</UL>
<pre>
OL==ordered lists digunakan untuk membuat item dengan angka romawi
</pre>
<ol compact type= a>
<LI> LIST NOMOR 1
<LI> LIST NOMOR 2
<LI> LIST NOMOR 3
</UL>
<H5>Perhatikan gambar dibawah ini </H5>
<IMG SRC ="images (3).PNG" WIDTH="400" HEIGHT="225">
</body>
</html>



Hasil dari tag diatas

Tidak ada komentar:

Posting Komentar