Wednesday, October 28, 2015

Tugas 3 Pemrograman Web

Tugas memasukkan script dan css

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Tugas 3 Pemrograman Web -- Ayunda C. 1306470211</title>
<style>
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

li {
    float: left;
}

a:link, a:visited {
    display: block;
    width: 120px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #98bf21;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover, a:active {
    background-color: #7A991A;
}
</style>
</head>

<body>
<li><a href='https://ui.ac.id'>HOME UI</a>></li>
<li><a href='https://academic.ui.ac.id'>SIAK NG</a>></li>
<li><a href='https://scele.ui.ac.id'>SCELE</a></li>
<li><a href='https://sso.ui.ac.id'>SSO</a></li>
</body>
</html>

Hasilnya:



No comments:

Post a Comment