Coding PTS

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 4

<!

DOCTYPE html>
<html>
<head>
<title>Tugas Penilaian Tengah Semester Genap</title>
</head>
<body>
<style type="text/css">
html,body{
padding: 0;
margin:0;
font-family: sans-serif;
}
.menu-malasngoding{
background-color: #3141ff;
}

.menu-malasngoding ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
}

.menu-malasngoding > ul > li {


float: left;
}

.menu-malasngoding li a {
display: inline-block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.menu-malasngoding li a:hover{
background-color: #2525ff;
}

li.dropdown {
display: inline-block;
}

.dropdown:hover .isi-dropdown {
display: block;
}

.isi-dropdown a:hover {
color: #fff !important;
}

.isi-dropdown {
position: absolute;
display: none;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
z-index: 1;
background-color: #f9f9f9;
}

.isi-dropdown a {
color: #3c3c3c !important;
}

.isi-dropdown a:hover {
color: #232323 !important;
background: #f3f3f3 !important;
}
</style>

<header class="header">
<div class="menu-malasngoding">

<ul>
<li><a href="#">Home</a></li>
<li><a href="lat1.php">Latihan 1</a></li>
<li><a href="#">Latihan 2</a></li>
<li class="dropdown"><a href="#">Perulangan di dalam
php</a>
<ul class="isi-dropdown">
<li><a href="for.php">perulangan for
</a></li>
<li><a href="while.php">Perulangan
While</a></li>
</ul>
</li>
<li><a href="#">Contact</a></li>
</ul>

</div>
</header>

<br/>

<marquee <font color="red" <h1>Tugas Penilaian Tengah Semester


Genap</h1></marquee><br>
<table border="3" align ="center">
<tr>
<td bgcolor="green" width="400" >
<MARQUEE behavior=“ALTERNATE”
direction=“up”
height=“80″
width=“200″
scrollamount=“1″
scrolldelay=“50″
truespeed onmouseover=this.stop() onmouseout=this.start()style=”
text-align: left; color: #000000; font-weight: normal; ” >
Nama : Wintolo<br>
<br>
No Absen : 37<br>
<br>
Kelas : X PPLG 2
</MARQUEE>

</td>
<td>
<img src="foto.jpg" style="width:500px;height:400px;">
</td>
</table>
<center>copyright @pts2023</center>
</body>
</html>

You might also like