Kamis, 19 September 2013

Membuat Web Awal

<html>
<head><title> Korean Pop </title>
</head>

<body>
<h1>Ayu Wulan Sari </h1>
<h2>Sapphire Blue Ocean </h2>
<h3><font face="arial" color="blue"> ELF is our fandom </h3>
</body>

<footer> create by me @6893
</footer>
</html>

web bisa mauk ke gambar yang kita inginkan


<html>
<head><title> Korean Pop </title>
</head>

<body>
<h1>Ayu Wulan Sari </h1> <a href="ayu 2.png"> AWS </a>
<h2>Sapphire Blue Ocean </h2>
<h3><font face="arial" color="blue"> ELF is our fandom </h3>
</body>

<footer> create by me @6893
</footer>
</html>

membuat hal ke 2 dari web dan dapat dikembalikan ke hal 1 web

<html>
<head><title> Korean Pop </title>
</head>

<body>
<img src="ayu 2.png"><br>
<a href="index.html">back</a>
</body>

<footer> create by me @6893
</footer>
</html>

membuat tulisan berjalan

<html>
<head><title> Korean Pop </title>
</head>

<body>
<h1><marquee> Ayu Wulan Sari </marquee></h1>
<img src="ayu 2.png"><br>
<a href="index.html">back</a>
</body>

<footer> create by me @6893
</footer>
</html>

Tidak ada komentar:

Posting Komentar