Tutorial Membuat HTML Halaman Pada WEB

Dalam pembahasaan ini kita akan belajar html cara membuat halaman pada web yang nantinya akan berguna bagi anda khususnya bagi pelajar ataupun kalangan umum, dan isinya tersebut sangatlah simpel karena semua bikin dengan cara manual, bagi anda yang mendapatkan tugas membuat halaman web bisa anda pelajari dan bisa anda lihat contoh dibawah ini:

Gambar halaman Desingn


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body p {
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>

<body>
<table width="914" height="605" border="1" align="center">
 <tr>
 <td height="73" colspan="3"><p>
 <blockquote>
 <h1>desingn</h1>
 <p><a href="indek.html">home</a> |<a href="profil.html"> profil</a> | <a href="kompetensi.html">kompetensi </a>| <a href="desingn.html">desingn</a> | <a href="kontak.html">kontak</a></p>
 </blockquote>    </td>
 </tr>
 <tr>
 <td width="161">&nbsp;</td>
 <td width="559">Repause memberikan sebuah kejutan bagi apresiasi untuk menentukan desingn dalam sebuah kaos</td>
  <td width="172" height="257"><blockquote>
  <p>Berita</p>
  <p>&nbsp;</p>
  </blockquote>    <blockquote>
  <blockquote>
  <p>&nbsp;</p>
  </blockquote>
  </blockquote>    </td>
  </tr>
  <tr>
  <td height="155" colspan="3"><p>gambar 1</p>
  <p>gambar 2</p>
  <p>gambar 3</p></td>
  </tr>
  <tr>
  <td height="67" colspan="3">create by repause</td>
  </tr>
</table>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>

Gambar Halaman Index


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body p {
font-family: Arial Black, Gadget, sans-serif;
}
</style>
</head>

<body>
<table width="800" height="450" border="1" align="center">
 <tr bordercolor="#000000" bgcolor="#FF0000">
 <td height="73" colspan="2"><p>
 <blockquote>
 <h1>REPAUSE.com</p></h1>
 <p>menjawab semua masalah</p>
 </blockquote>    </td>
 </tr>
 <tr>
 <td width="547" height="257"><blockquote>
  <p>&nbsp;</p>
  <p>selamat datang di REPAUSE manjawab semua masalah</p>
  </blockquote>    </td>
  <td width="237"><blockquote>
  <blockquote>
  <p>home
  </p>
  <p><a href="profil.html">profil</a></p>
        <p><a href="kompetensi.html">kompetensi</a></p>
        <p><a href="desingn.html">desingn</a></p>
        <p><a href="kontak.html">kontak</a></p>
      </blockquote>
  </blockquote>    </td>
  </tr>
  <tr>
  <td height="67" colspan="2">create by repause</td>
  </tr>
  </table>
  </body>
  </html>

Gambar Halaman Kompetensi


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body p {
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>

<body>
<table width="800" height="688" border="1" align="center">
<tr>
<td height="73" colspan="2"><p>
<blockquote>
<h1>kompetensi</h1>
<p><a href="indek.html">home</a> |<a href="profil.html"> profil </a>| <a href="kompetensi.html">kompetensi </a>| <a href="desingn.html">desingn</a> | <a href="kontak.html">kontak</a></p>
</blockquote>    </td>
</tr>
<tr>
<td height="287" colspan="2"><blockquote>
 <p>&nbsp;</p>
 <p>selamat datang di REPAUSE manjawab semua masalah</p>
 </blockquote>    <blockquote>
 <blockquote>
 <p>&nbsp;</p>
 </blockquote>
 </blockquote>    </td>
 </tr>
 <tr>
 <td width="370" height="208">&nbsp;</td>
 <td width="414">&nbsp;</td>
 </tr>
 <tr>
 <td height="67" colspan="2">create by repause</td>
 </tr>
 </table>
 </body>
 </html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>

 Gambar Halaman Kontak


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
body p {
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>

<body>
<table width="800" height="450" border="1" align="center">
  <tr>
<td height="73" colspan="2"><p>
<blockquote>
        <h1>kontak</h1>
        <p><a href="indek.html">home</a> |<a href="profil.html"> profil</a> | <a href="kompetensi.html">kompetensi </a>| <a href="desingn.html">desingn </a>| <a href="kontak.html">kontak</a></p>
 </blockquote>    </td>
 </tr>
 <tr>
 <td width="156" height="257"><blockquote>
 <p>&nbsp;</p>
 <p>selamat datang di REPAUSE manjawab semua masalah</p>
 </blockquote>    </td>
 <td width="628"><blockquote>
 <blockquote>
 <p>Nama  :Purdian</p>
 <p>Nim    :12.01.53.0110</p>
 </blockquote>
 </blockquote>    </td>
 </tr>
 <tr>
 <td height="67" colspan="2">create by repause</td>
  </tr>
</table>
</body>
</html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>

 Gambar Halaman Profil


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
<table width="800" height="535" border="1" align="center">
<tr>
<td height="73"><p>
<blockquote>
<h1><strong>profil</strong> </h1>
<p><strong><a href="indek.html">home</a> |<a href="profil.html"> profil</a> | <a href="kompetensi.html">kompetensi </a>| <a href="desingn.html">desingn</a> | <a href="kontak.html">kontak</a></strong></p>
</blockquote>    </td>
</tr>
<tr>
<td height="257"><blockquote>
<p>&nbsp;</p>
<p><strong>halo sahabat repause</strong></p>
</blockquote>    <blockquote>
<blockquote>
<p>&nbsp;</p>
</blockquote>
</blockquote>    </td>
</tr>
<tr>
<td height="83">&nbsp;</td>
</tr>
<tr>
<td height="67"><blockquote>
<p><strong> create by repause</strong></p>
</blockquote></td>
 </tr>
 </table>
 </body>
</html>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>

0 Response to "Tutorial Membuat HTML Halaman Pada WEB"

POPULAR