praktikumweb_3095111133_pertamakedua

7
LATIHAN 1 <html> <head> <title>HELLO guys </title> <meta http-equiv="content-type" content="text/html"; charset=utf-8"/> <meta http-equiv="content-type" content="XXX"/> <meta http-equiv="content-type" content="no"/> <meta name="robots" content ="index,follow"/> <meta name="discribtion" content ="XXX"/> <meta name="keywords" content ="XXX"/> <meta name="author" content ="XXX"/> <meta name="language" content ="index,follow"/> <meta name="revisit-after" content ="index,follow"/>

Upload: harry-maxwell

Post on 22-Oct-2014

6 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: praktikumweb_3095111133_pertamakedua

LATIHAN 1

<html>

<head>

<title>HELLO guys </title>

<meta http-equiv="content-type" content="text/html"; charset=utf-8"/>

<meta http-equiv="content-type" content="XXX"/>

<meta http-equiv="content-type" content="no"/>

<meta name="robots" content ="index,follow"/>

<meta name="discribtion" content ="XXX"/>

<meta name="keywords" content ="XXX"/>

<meta name="author" content ="XXX"/>

<meta name="language" content ="index,follow"/>

<meta name="revisit-after" content ="index,follow"/>

Page 2: praktikumweb_3095111133_pertamakedua

<meta name="webcrawlers" content ="index,follow"/>

<meta name="rating" content ="index,follow"/>

<meta name="spiders" content ="index,follow"/>

<link rel="shortcut icon" href="favicon.ico"/>

<link rel="alternate" type="aplication/ress+xml" title="RSS 2.0" hrf="rss.xml"/>

<link rel="stylesheet" href="css/style.css" type="text/css"/>

<script scr="js/query-1.4.js" type="text/javascript"></script>

<basefont face="arial" size="10" color="yellow">

</head>

<body>

HELLOW

</body>

</html>

Page 3: praktikumweb_3095111133_pertamakedua

Latihan 2

<!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>PRAKTEK_WEB</title>

</head>

<body>

<h1> heading 1</h1>

<blockquote>

<blockquote>

<blockquote>

<h2> Heading 2</h2>

</blockquote>

Page 4: praktikumweb_3095111133_pertamakedua

</blockquote>

</blockquote>

<h3> Heading 3</h3>

<h4> Heading 4</h4>

<strong>tebal</strong>

<i>MIRING</i>

<tt><br /></tt>

<p>paragraph</p>

<pre>Preview format apa ada nya</pre>

<div>dapat berupa align="left"|"Center"|"right"</div>

<center>Menengahkan</center>

<br />

<HR align="center" noshade="noshade" size="2" width="2" >

<span style="color:#CC3";font-weigt:bold; font-style:italic">reguler,normal</span>

<font Face="arial" color="#CC3" size="">xxx</font>

<sub>tulisan </sub>

<sub> tulisan</sub>

<blockquote>untuk menulis menjorok kedalam</blockquote>

<ol ty="1"><li>numbering</li></ol>

</body>

</html>

Page 5: praktikumweb_3095111133_pertamakedua

LATIHAN 3

<!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>Untitled Document</title>

</head>

<body>

<table width="449" border="1">

Page 6: praktikumweb_3095111133_pertamakedua

<tr>

<td colspan="3" height="63" align="center" bordercolor="#0000FF"

background="../28464_391139292067_677117067_3878565_2287298_n.jpg"

bordercolorlight="#009966"><p style="font-family:'Comic Sans MS', cursive"><strong>

<span style="font-size:28px"><font color="#0000FF">Tugas membuat

Tabel&nbsp;</font></span></strong></p></td>

</tr>

<tr>

<td width="71" height="61" bordercolor="#0000FF"

bgcolor="#66FFFF">&nbsp;</td>

<td width="285" bordercolor="#0000FF"bgcolor="#66FFFF">&nbsp;</td>

<td width="71" bordercolor="#0000FF"bgcolor="#66FFFF">&nbsp;</td>

</tr>

<tr>

<td colspan="3" height="64" align="center"

bordercolor="#0000FF"bgcolor="#66FFFF"><i><strong><span style="color:#F03"><p

style="font:'Comic Sans MS', cursive">ANNA DINA KALIFIA (3095111133)

</p></span></strong></i></td>

</tr>

</table>

</body>

</html>

Page 7: praktikumweb_3095111133_pertamakedua

HASIL