-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
55 lines (52 loc) · 1.77 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<head>
<title>Belajar tag dasar HTML</title>
<link rel="shortcut icon" href="gambar1.jpeg">
<meta charset="UTF-8">
<meta name="keywords" content="Belajar meta tag, html dasar, tag html">
</head>
<body bgcolor="#ffd1dc">
<img src="gambar1.jpeg" style="width:200px;height:100px;">
<br>
<tr>
<br><td>Nama : Edaurd Elmansius Zebua</td>
<br><td>Nim : 211011450297</td>
<br><td>Kelas : 05TPLE002</td>
<br><td>matkul : Pemrograman Web 1</td>
<br><td>Fakultas: Teknik Informatika</td>
</tr>
<h1>Programming WEB dengan HTML</h1>
<h2>Teknologi Informatika</h2>
<hr width="100%" size="3" color="#ffc0cb">
<br>
<p>
<pre>
| Home | profil | About | Gallery | Kontak |
</pre>
</p>
<hr width="100%" size="3" color="ffc9cb">
<p align="left">Terimakasih anda telah bergabung dan berkunjung pada situs kami, kami berharap anda memperoleh
informasi yang anda inginkan dan anda cari.</p>
<p align="left">Situs ini berisi informasi sekitar materi yang berhubungan dengan programming web, diantaranya :
HTML, CSS, PHP, MySql dan materi atau artikel lain sekitar web.
</p>
<hr width="100%" size="3" color="#ffc0cb">
<br><b><font size='5'>Admin Web, EDUARD</font></b></br>
<div class="container">
<h1>Selamat Datang di Dunia Hiburan dan Tempat Wisata</h1>
<h2>Gambar</h2>
<img src=" " alt="foto diri sendiri">
<h2>Video</h2>
<video width="640" height="360" controls>
<source src="IMPLEMENTASI.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
<h2>Audio</h2>
<audio controls>
<source src="musik.mp3" type="audio/mpeg">
Your browser does not support the audio tag.
</audio>
</div>
</body>
</html>