Sabtu, 17 September 2011

Macam - macam tag untuk mendesain web

  • Membuat FONT


<html>
<head>
<title>memodifikasi font</title>
</head>
<body>
<marquee>
<font color=blue>
<font size=17, face=algerian>
memodifikasihuruf
</font>
</marquee>
</body>
</html>