Halaman

Selasa, 27 Maret 2018

Belajar HTML






<html>
<title> Tugas Penerapan Komputer </title>
<head> </head>
<body>
<font> Nama : Nindi Pigitha </font>
<br>
<font> NIM : G14170088 </font>
<br>
<h1> Ukuran Huruf 1 </h1>
<h2> Ukuran Huruf 2 </h2>
<h3> Ukuran Huruf 3 </h3>
<br>
<font> Membuat Tabel </font>
<br>
<table border=2 align=left>
<tr>
<td> Garisn 1 kolom 1 </td>
<td> Garis 1 kolom 2 </td>
</tr>
<tr>
<td> Baris 2 Kolom 1 </td>
<td> Baris 2 Kolom 2 </td>
</tr>
</table>
<br><br><br><br>
<font> Membuat Tabel Username dan Password </font>
<br>
<form method=post action=coba.html >
<table border=1 align=left>
<tr>
<td> <font color=blue> Username </td>
<td> <input type=text size=20> </td>
</tr>
<tr>
<td> <font color=blue> Password </td>
<td> <input type=password size=20> </td>
</tr>
<tr>
<td> <input type=submit size=20 value=Login> </td>
<td> <input type=reset size=20 value=Reset> </td>
</tr>
</table>
</form>
<br><br><br><br>
<marquee> Textnya Bisa Jalan </marquee>
<br>
<header id="main-header">
<hgroup>
<h2> Judul </h2>
<h3> Sub Judul </h3>
</hgroup>
</header>

<nav id="main-nav">
<ul>
<li><a href="coba.html"> Beranda </a></li>
<li><a href="coba.html"> Tenang Kami </a></li>
<li><a href="coba.html"> Kontak <a/></li>
</ul>
</nav>
<br>
<h2> Menampilkan Foto dan Captionnya </h2>
<figure>
<img src="foto.jpg" width=400 height=400>
<figcaption><strong> Ini Caption </strong></figcaption>
</figure>
<audio controls>
<source src="forever and always (piano version)-taylor swift.mp3" type="audio/mpeg">
Your browser din't support this
</audio>
<footer>
<p> Copyright : Nindi Pigitha <p>
</footer>
</body>
</html>

Hasil




Tidak ada komentar:

Posting Komentar