You are on page 1of 4

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.

0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- Fig.4.1: main.html -->
<!-- First XHTML example. -->
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<title>Cynthia's Website - Objectives Table</title>
</head>
<body>
<p align="center">

<a href = "../index.htm">


<img src = "../Images/btnHome.jpg" width = "150" height = "50"
alt = "button"/></a>&nbsp;&nbsp;
<a href = "../homework.htm">
<img src = "../Images/btnHomework.jpg" width = "150" height =

"50"

alt = "button"/></a>&nbsp;&nbsp;
<a href ="../Links.htm">
<img src = "../Images/btnLinks.jpg" width =
"150" height = "50"
alt = "Links button" /></a>&nbsp;&nbsp;
<a href = "Chapter4.htm">
<img src = "../Images/btnChapter4.jpg" width =
"150" height = "50"
alt = "Links button" /></a>

</p>
<h2 align = "center">Exercise 4.16</h2>
<br />
<table align = "center" border="1" width="700" cellspacing="1"
cellpadding="1">
<tr>
<td>
<p><br /><br /></p>
<p><h1>Objectives</h1></p>
</h1>
<ul>
rows and columns of data.</li>

<li>To be able to create tables with

<li>To be able to control the display

and formatting of tables</li>

<li>To be able to create and use

forms</li>
</ul>

<p><em>Yea, from the table of my memory I'll


wipe away all trivial fond<br />records.</em><br />William
Shakespeare
<br
<br
<br
<br

/>
/>
/>
/>

</p>
</td>
<td>
<img border="0" src="../Images/camel.jpg"
width="164" height="140">
</td>
</tr>
</table>
<p align="center">

<br />

</body>
</html>

<?xml version = "1.0" encoding = "utf-8"?>


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!-- Fig.4.1: main.html -->
<!-- First XHTML example. -->
<html xmlns = "http://www.w3.org/1999/xhtml">
<head>
<title>Cynthia's Website - Exercise 4.10</title>
</head>
<body>
<p align="center">
<a href = "../index.htm">
<img src = "../Images/btnHome.jpg" width = "150" height = "50"
alt = "button"/></a>&nbsp;&nbsp;
<a href = "../homework.htm">
<img src = "../Images/btnHomework.jpg" width = "150" height =
"50"

alt = "button"/></a>&nbsp;&nbsp;

<a href ="../Links.htm">


<img src = "../Images/btnLinks.jpg" width =
"150" height = "50"
alt = "Links button" /></a>&nbsp;&nbsp;
<a href = "Chapter4.htm">
<img src = "../Images/btnChapter4.jpg" width =
"150" height = "50"
alt = "Links button" /></a>
</p>
<h2 align = "center">Exercise 4.10</h2>
<h1 align = "center">My Favorite Web Sites</h1>

<p align = "center"><a href =


"http://www.facebook.com">Facebook</a></p>
<p align = "center"><a href =
"http://www.cnn.com">Cnn News</a></p>
<p align = "center"><a href =
"http://www.foxnews.com">Foxnews</a></p>
<p align = "center"><a href =
"http://www.google.com">Google</a></p>

<p align = "center"><a href =


"http://www.Yahoo.com">Yahoo</a></p>
<p align = "center"><a href =
"http://www.sistersshoppingonashoestring.com">Sisters Shopping On a
Shoestring</p>
<p align = "center"><a href =
"http://www.discountqueens.com">Discount Queens</a></p>

</html>

</body>

You might also like