You are on page 1of 5

PEMROGRAMAN BERBASIS WEB

Oleh:
Kadek Tedy Ary Pramarta 1208605060

PROGRAM STUDI TEKNIK INFORMATIKA


JURUSAN ILMU KOMPUTER
FAKULTAS MATEMATIKA DAN ILMU PENGETAHUAN ALAM
UNIVERSITAS UDAYANA
2015

Sorce Code
<html>
<head>

<title>Tugas Pemrograman Berbasis Web</title>


</head>

<body style="margin: 0px; padding: 0px; font-family: 'Trebuchet


MS',verdana;">

<table width="100%" style="height:


cellspacing="0" border="0">

100%;"

cellpadding="10"

<tr>

<td
align="left"
colspan="1"
style="height:
100px;"
bgcolor="#FFD700">
<img
src="ilkom.jpeg"
alt="Wallpaper"
width="128"
height="128"></td>
<td
face="distant
galaxy"
align="center"
colspan="2"
style="height:
100px;"
bgcolor="#FFD700"> <h1 style="font-family:courier new">Kadek
Tedy Ary Pramarta<br>1208605060<br>Media Streaming</h1></td> <td
align="left"
colspan="1"
style="height:
100px;"
bgcolor="#FFD700">
<img
src="unud.jpg"
alt="Wallpaper"
width="128" height="128"></td> </tr>

<tr><td
colspan="2"
valign="middle"
height="30"
bgcolor="#8B4513"><a
href="#ffffff">Home</a>
<a
href="#ffffff">Gallery</a>
<a
href="#ffffff">About</a><form
action="action_page.php">Search:
<input
href="#ffffff"
type="search"
name="googlesearch"><input
type="submit"></form></td><td
colspan="2"
valign="middle"
height="30" bgcolor="#8B4513"></tr>

<tr>
<td width="10%" valign="top" bgcolor="#ffffff">
<a href="#">Video Streaming</.a><br>
<a href="#">Song Streaming</a><br>
<a href="#">Song Lyric</a><br
</td>

<td width="80%" valign="top" bgcolor="#d2d8c7">

<h2></h2>
<video width="450" alt="Slipknot-The Devil In I" height="500"
controls>
<source src="Slipknot - The Devil In I [OFFICIAL VIDEO].mp4"
type="video/mp4">
<source src="Slipknot - The Devil In I [OFFICIAL VIDEO].ogg"
type="video/ogg">
</video>
<video width="450" alt="Slipknot Audiobiography" height="500"
controls>
<source src="Slipknot Audiobiography (From Google Play).mp4"
type="video/mp4">
<source src="Slipknot Audiobiography (From Google Play).ogg"
type="video/ogg">
</video>
<video width="450" alt="One Piece" height="500" controls>
<source src="One Piece - 664.mp4" type="video/mp4">

<source src="One Piece - 664.ogg" type="video/ogg">


</video>
<video width="450" alt="Naruto" height="500" controls>
<source src="Naruto - 401.mkv" type="video/mp4">
<source src="Naruto - 401.ogg" type="video/ogg">
</video>

<tr><br><td
colspan="2"
align="center"
bgcolor="#777d6a"><div id= "footer">

height="20"

<p><b><a
href="#ffffff">About</a>
|
<a
href="#ffffff">Blog</a> | <a href="#ffffff">Twitter</a> | <a
href="#ffffff">Facebook</a>
</b></p><br>Copyright&#169;Kadek
Tedy Ary Pramarta
</div></td> <td colspan="2" align="center" height="20"
bgcolor="#777d6a"></td></tr>
</table>
</body>

<html>

Contoh :

You might also like