Wednesday, October 28, 2015

Tugas pertemuan 3

Masukan script dan css di web
Jawaban:
<html>
<head>
<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='#'>Home</a></li>
<li><a href='#'>About</a></li>
<li><a href='#'> Inspiration </a>
<ul>
<li><a href='http://www.youtube.con' target="_Blank">youtube</a></li>
<li><a href='http://www.Pinterest,com' target="_Blank">Pinterest </a></li>
<li><a href='http://www.instagram.com' target="_Blank">Instagram </a></li>
</ul>

<li><a href="#" >Contact</a></li>
Terima Kasih

No comments:

Post a Comment