You are on page 1of 5

PERTANYAAN PEMBUATAN WEB

IPA 1
Kelompok 1
<link rel="shortcut icon" type="image/ico" href="medal.ico"> <style type="text/css"> img { filter:alpha(opacity=80); -moz-opacity:0.7; -khtml-opacity: 0.7; opacity: 0.7; } img:hover { filter:alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;</style>

Tolong Jelaskan maksud dari Program diatas !! Dan


<div style="background:#c0c0c0; border:1px solid #c0c0c0; padding:2px;">

Kelompok 4
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Jagad group 4</title> <meta name="keywords" content="" /> <meta name="description" content="" /> <link href="styles.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="lib/jquery-1.3.2.min.js"></script> <script type="text/javascript" src="lib/jquery.tools.js"></script>

<div id="main> <!-- header begins --> <div class="top_top"></div> <div id="header"> <div id="buttons> <div class="top_img"> <div class="scrollable"> <div class="items"> <div class="item"> <div class="header1"> <img src="images/top.jpg" alt="" title="" /> </div> </div> <!-- item --> <div class="item"> <div class="header2"> <img src="images/top2.jpg" alt="" title="" /> </div> </div> <!-- item --> <div class="item"> <div class="header3"> <img src="images/top3.jpg" alt="" title="" /> </div>

</div> <!-- item --> <div class="item"> <div class="header4"> <img src="images/top4.jpg" alt="" title="" /> </div> </div> <!-- item --> </div> <!-- items --> </div> <!-- scrollable --> <div style="height: 10px"></div> <div class="navi"></div> <!-- create automatically the point dor the navigation depending on the numbers of items --> <div style="clear: both"></div> </div> </div> <div class="top_bot"></div> <!-- header ends --> <!-- content begins --> <div id="content">

You might also like