CONTOH SCRIPT HTML
<html>
<head>
<title> judul web</title>
</head>
<body>
bagian utama dari isi suatu dokumen
</body>
</html>
Scrip warna halaman
<html>
<head>
<title> contoh backgroun hijau </title>
</head>
<body bgcolor="green">
pewarnaan halaman dengan warna hijau
</body>
</html>
Scrip Background gambar
<html>
<head>
<title> contoh backgroun bergambar </title>
</head>
<body backgroun="gambar/logo.gif">
bacgroun bergambar logo
</body>
</html>
Scrip text berwarna
<html>
<head>
<title> contoh text warna </title>
</head>
<body text="green">
halaman web dengan warna hijau
</body>
</html>
Scrip Area Kerja
<html>
<title>penentuan are kerja</title>
</head>
<body leftmargin="100" topmargin="100" marginwidth="30" marginheight="30">
area kerja halaman web
</body>
</html>
Scrip Format text
<html>
<title>format halaman text</title>
</head>
<body>
<b>huruf tebal</b><br>
<i>huruf miring</i><br>
<u>huruf bergaris bawah<u/><br>
<s>huruf dicoret</s><br>
</body>
</html>
Scrip Model Kimia
<html>
<head>
<title>format text kimia & matematika</title>
</head>
<body>
Manusia hidup membutuhkan Air/H<sub>2</sub>O<br>
Empat(4) adalah hasil perpangkatan 2<sup>2</sup>
</body>
</html>
Tidak ada komentar:
Posting Komentar