Diberdayakan oleh Blogger.

BELAJAR SCRIPT 5

Belajar script 5

CSS (Cascading Style Sheet)
Text
<html>
<head>
<title>CSS_09</title>
<style type=text/css>
i { color:blue;
text-decoration:underline;
font-family:Tahoma;
font-size:14px;
font-weight:bold;
}
</style>
</head>
<body>
<i>Universitas Narotama Surabaya</i>
</body>
</html>

download gan | sedot disini !!

0 Comment for "BELAJAR SCRIPT 5"

Back To Top