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

Kamis, 12 April 2018

Contoh tag dasar HTML

Contoh Tag  Dasar HTML 

<HTML>
 <HEAD>
    <TITLE>Program Web Me</TITLE>
</HEAD>
<BODY>
     <H1>Mari Belajar</H1>
            <H2>Mari Belajar</H2>
                   <H3>Mari Belajar</H3>
                             <H4>Mari Belajar</H4>
                                    <H5>Mari Belajar</H5>
                                       <H6>Mari Belajar</H6>
                                                <H7>Mari Belajar</H7>
</Body>
</HTML>