Tugas pak welly

Di bawah ini adalah script dasar yang digunakan dalam mengedit html.
Untuk menguasai bahasa pemrograman web, kita perlu belajar html.
berikut adalah contoh dasar bahasa HTML:

<HTML>
<head>
<title>Tugas Pemrograman</title>
</head>

<Body>
Membuat baris baru <br>
<font face="arial"><strong>Jenis font</strong></font> <br>
<font face="times new roman" size=20 color="red">warna font</font><br>
<hr>
<h1><font color="blue">heading</font></h1><br>
<table border="1"
<tr>
<td><a href="http://urahara-sama.blogspot.com"><font color="purple">isi pertama</font></a></td>
<td>isi kedua</td>
</tr>
<tr>
<td>isi ketiga</td>
<td>isi keempat</td>
</tr>
</table>

<form>
Nama: <input type="text" name="nama">
</form>

</body>
</html>

dan hasilnya adalah seperti ini:






Related Posts by Categories



0 comments: