Anda di halaman 1dari 5

Exercise 1-6

Green Text
<html>
<head>
<title>Justin Palma</title>
</head>
<body>
<font color="green"> Justin Palma </font>
</body>
</html>

Diffirent Colors
<html>
<head>
<title> Justin Palma </title>
</head>
<body>
<font color="green">1</font>
<font color="blue">2</font>
<font color="gray">3</font>
<font color="#008080">4</font>
<font color="#0008B">5</font>
<font color="brown">6</font>
<font color="#dcdcdc">7</font>
<font color="#800000">8</font>
<font color="purple">9</font>
<font color="#688e23">10</font>
</body>
</html>

Tahoma Font
<html>
<head>
<title> Justin Palma </title>
</head>
<body>
<font face="Tahoma"> Justin Palma </font>
</body>
</html>

Paragraphs
<html>
<head>
<title> Justin Palma </title>
</head>
<body>
<font face="Courier New">
HTML Stands for Hyper Text Markup Language.
</font>
<font face="Times New Roman"> It is the core
language of te world wide web and used to define
the structure and layout of web document by using
various tags and attributes.
</font>
<font face="Helvetica">
Although a fundamental language of the web, HTML
is a
static language - content created with it does not
change.
</font>

<font face="Georgia">
HTML is used to specify the way webpages look, not
how they function.
</font>
</body>
</html>

Book Description
<html>
<head>
<title> Justin Palma </title>
</head>
<body>
<p>
<font face="Courier New">
HTML stands for Hyper Text Markup Language.
</font>
<font face="Times New Roman">It is the core
language of the world wide web and is used to define
the structure and layout of web documents by using
various tags and attributes.
</font>
<font face="Helvetica">
Although a fundamental language of the web, HTML
is a
static language - content created with it does not
change.
</font>
<font face="Georgia">
HTML is used to specify the way webpages look, not
how they
function.
</font>
</p>
</body>
</html>

Name in Headings
<html>
<head>
<title> Justin Palma </title>
</head>
<body>
<h1>J </h1>
<h2>U </h2>
<h3>S</h3>
<h4>T </h4>
<h4>I </h4>
<h4>N</h4>
<h4>E </h4>
</body>
</html>

First Webpage Activity


<html>
<head>
<title>League Of Legends
</title>
</head>
<body>
<h1>Twisted Fate</h1>
<h3>Card Mastah</h3>
<hr>
<table width="100%" border=0>
<tr>
<td width="30%">
<img src="16.jpg">
</td>
<td width="70%">
Twisted Fate is an infamous card sharp and swindler
who has gambled and charmed his way across much
of the known world, earning the enmity and
admiration of the rich and foolish alike. He rarely
takes things seriously, greeting each day with a
mocking smile and an insouciant swagger. In every
possible way, Twisted Fate always has an ace up his
sleeve. </td>
</tr>
<tr>
<td width="30%">
<img src="8.jpg">
</td>
<td width="70%">
Born to the nomadic river-folk of the Serpentine, the
boy was taught the magic of the cards at an early
age and soon learned what it was to be hated.
Tolerated for the exotic goods they peddled, but
shunned for their strange ways, the boy's people
found only short welcomes wherever they berthed
their colorful river barques. His elders claimed this
was the way of the world, but their refusal to fight
back against this prejudice always rankled the young
boy's sensibilities.</td>
</tr>
</table>
<small>
<p align="center"><b>Alright Reserved @ 2015
Justin Palma<b></p>
</small>
</body>
</html>

Home Page
<html>
<head>
<title>Home</title>
<head>
<body>
<table border=0 width="100%">
<tr>
<td width="10%">
<img src="1.jpg" style="width: 200px; height:
200px;">
</td>
<td width="90%">
<h1>Fishermans Game </h1>
<h3>Game of Minds</h3>
</td>

</tr>
</table>
<hr>
<button type="button"
onclick="location.href='home.html'">Home</button
>
<button type="button"
onclick="location.href='Gallery.html'">Gallery</butt
on>
<button type="button"
onclick="location.href='Contact.html'">Contact</but
ton>
<button type="button"
onclick="location.href='About.html'">About</button
>
<label style="position: absolute;
left:1050px;">Search</label>
<input type="text" value="" style="position:
absolute; left:1100px;">
<button type="button" style="position: absolute;
left: 1280px;">Submit</button>
</div>
<br></br>
<table width="100%" border=0>
<tr><td>
<img src="23.jpg"
width="100%"style="height:200px;"></td>
</tr></table>
<table width="100%" border=0>
<tr>
<td width="50%">
<font color="green" size="30pts">First
Paragraph</font>
</td>
<td width="50%">
<font color="green" size="30pts">Second
Paragraph</font>
</td>
</tr>
</table>
<br>
<br>
<small>
<p align="center"><font size="4pts">| <a
href="Home.html">Home</a> | <a
href="Gallery.html">Gallery</a> | <a
href="Contact.html">Contact</a> | <a
href="About.html">About</a> | </font></p>
</small>
</body>
</html>

Gallery Page
<html>
<head>
<title>Home</title>
<head>
<body>
<table border=0 width="100%">
<tr>
<td width="10%">
<img src="1.jpg" style="width: 200px; height:
200px;">
</td>

<td width="90%">
<h1>Fishermans Game </h1>
<h3>Game of Minds</h3>
</td>
</tr>
</table>
<hr>
<button type="button"
onclick="location.href='home.html'">Home</button
>
<button type="button"
onclick="location.href='Gallery.html'">Gallery</butt
on>
<button type="button"
onclick="location.href='Contact.html'">Contact</but
ton>
<button type="button"
onclick="location.href='About.html'">About</button
>
<label style="position: absolute;
left:1050px;">Search</label>
<input type="text" value="" style="position:
absolute; left:1100px;">
<button type="button" style="position: absolute;
left: 1280px;">Submit</button>
</div>
<br></br>
<div align="center">
<table border=0>
<tr>
<td><img src="isdfx.jpg" style="width:
200px; height: 200px;"><p
align="center"><b>Owner</b></p></td>
<td><img src="iasd5z.jpg" style="width:
200px; height: 200px;"><p align="center"><b>CoOwner</b></p></td>
<td><img src="i1fsgc.jpg" style="width:
200px; height: 200px;"><p
align="center"><b>Secretary</b></p></td>
</tr>
<tr>
<td><img src="i631gv.jpg" style="width:
200px; height: 200px;"><p
align="center"><b>Manager</b></p></td>
<td><img src="qwwb.jpg" style="width:
200px; height: 200px;"><p
align="center"><b>Assistant</b></p></td>
<td><img src="tenn.jpg" style="width:
200px; height: 200px;"><p
align="center"><b>Janitor</b></p></td>
</tr>
</table>
</div>
<br>
<br>
<small>
<p align="center"><font size="4pts">| <a
href="Home.html">Home</a> | <a
href="Gallery.html">Gallery</a> | <a
href="Contact.html">Contact</a> | <a
href="About.html">About</a> | </font></p>
</small>
</body>
</html>

Contact Page
<hmtl>

<head>
<title>Home</title>
<head>
<body>
<table border=0 width="100%">
<tr>
<td width="10%">
<img src="1.jpg" style="width: 200px; height:
200px;">
</td>
<td width="90%">
<h1>Fishermans Game </h1>
<h3>Game of Minds</h3>
</td>
</tr>
</table>
<hr>
<button type="button"
onclick="location.href='home.html'">Home</button
>
<button type="button"
onclick="location.href='Gallery.html'">Gallery</butt
on>
<button type="button"
onclick="location.href='Contact.html'">Contact</but
ton>
<button type="button"
onclick="location.href='About.html'">About</button
>
<label style="position: absolute;
left:1050px;">Search</label>
<input type="text" value="" style="position:
absolute; left:1100px;">
<button type="button" style="position: absolute;
left: 1280px;">Submit</button>
</div>
<br></br><div align="center">
<h1>ABOUT</h1><br><br>
<label>NAME :</label>
<input type="text">
<label>EMAIL :</label>
<input type="text">
<br><br>
<textarea rows="4" cols="50">
</textarea><br>
<button type="button">Send</button>
</div>
<br><br>
<small>
<p align="center"><font size="4pts">| <a
href="Home.html">Home</a> | <a
href="Gallery.html">Gallery</a> | <a
href="Contact.html">Contact</a> | <a
href="About.html">About</a> | </font></p>
</small>
</body>
</html>

About Page
<hmtl>
<head>
<title>Home</title>
<head>
<body>
<table border=0 width="100%">
<tr>
<td width="10%">

<img src="1.jpg" style="width: 200px; height:


200px;">
</td>
<td width="90%">
<h1>Fishermans Game </h1>
<h3>Game of Minds</h3>
</td>
</tr>
</table>
<hr>
<button type="button"
onclick="location.href='home.html'">Home</button
>
<button type="button"
onclick="location.href='Gallery.html'">Gallery</butt
on>
<button type="button"
onclick="location.href='Contact.html'">Contact</but
ton>
<button type="button"
onclick="location.href='About.html'">About</button
>
<label style="position: absolute;
left:1050px;">Search</label>
<input type="text" value="" style="position:
absolute; left:1100px;">
<button type="button" style="position: absolute;
left: 1280px;">Submit</button>
</div>
<br></br>
<table width="100%" border=0>
<tr>
<td width="20%"><img src="img232.jpeg"
style="width: 270px; height:200px;"></td>
<td width="80%">
<p align="center"><font size="6pts"
color="red"><b>About</b></font></p>
<p align="justify"><b>Name :</b> Justin
Palma</p>
<p align="justify"><b>Age :</b> 17</p>
<p align="justify"><b>Address :</b>
Mangahan, Trece</p>
<p align="justify"><b>Motto :</b> Never
Give up</p>
</td>
</tr>
</table>
<br><br>
<small>
<p align="center"><font size="4pts">| <a
href="Home.html">Home</a> | <a
href="Gallery.html">Gallery</a> | <a
href="Contact.html">Contact</a> | <a
href="About.html">About</a> | </font></p>
</small>
</body>
</html>

How to Sleep Peacefullly


<html>
<head>
<title>
</title>
</head>

<body background="fb.png">
<table width="100%" border="0">
<tr width="80%">
<td>
<center>
<font color="red" size="400px" face="vivaldi" >How
to Sleep</font>
<center>
<h3 align="center">Different Ways</h3>
</td>
<td width="20%">
<img src="img1233.jpg" title="Justin Palma"
style="width: 300px; height:200px;">
</td>
</table>
<hr>
<table border="0" width="100%" border=0>
<tr width="100%">
<td width="30%" >
<img src="pic1.png" width="560" height="315">
<td width="80%">
<div align="center">
<font size="50pts" color="red">Sleeping
Peacefully</font>
</div >
<table width="100%" border="0">
<td>
<p align="justify"><b>Things You will
Need</b></p>
<ul><p>BED </p></ul>
<ul><p>Pillow</p></ul>
<ul><p>Comfortable position</p></ul>
</td>
<td>
<p align="justify"><b>PREPARATION</b></p>
<ul><p>Prepare your Bed</p></ul>
<ul><p>Lay down comfortably </p></ul>
<ul><p>turn the lights off </p></ul>
</td>
</table>
</td>
</tr>
</table>
<table width="100%" border="0">
<tr width="100%">
<td>
<img src="imgq.jpg" style="width: 180px; height:
100px;">
<img src="imgw.jpeg" style="width: 181px; height:
100px;">
<img src="imge.jpeg" style="width: 181px; height:
100px;">
<img src="imgr.jpeg" style="width: 181px; height:
100px;">
<img src="imgt.jpeg" style="width: 181px; height:
100px;">
<img src="imgy.jpeg" style="width: 181px; height:
100px;">
<img src="imgu.jpeg" style="width: 181px; height:
100px;">
</td>
</tr>
<tr width="100%">
<td>
<div align="center">
<p><font size="5pts"><b>HOW TO:</b></font>
<br>
</div>
<table>

<tr>
<td>
<img src="step1.jpeg" style="width:173px;
height:130px;">
</td>
<td>
<p>1. Lay to your bed on a comfortable
position</p>
</td>
<td>
<img src="step2.png" style="width:173px;
height:130px;">
</td>
<td>
<p>2. Kill the lights out</p>
</td>
</tr>
<tr>
<td>
<img src="step3.png" style="width:173px;
height:130px;">
</td>
<td>
<p>3. Close your eyes and try not to move, drinking
milk before bed helps a lot</p>
</td>

</tr>
</table>
</td>
</tr>
</table>
<br>
<br>
<center>
<font color="blue">
Contact Us on Facebook : <a
href="https:\\www.facebook.com\JPDelosantos">Slee
ping Guide</a>
</font>
</center>
<hr>
<small>
<p align="center"><b>Alrights Reserved @ Justin
2015</b></p>
</small>
</body>
</hmtl>

Anda mungkin juga menyukai