What I learned
In this class I learned a lot of things like things about tables and linking pages. When I first started in this class I didn't know how to do this things but as the days passed I learned more and more things. The teacher that teaches this class explains the things very well. She helped me a lot with these things. The things that I learn are not very hard to learn. Tables are very fun to do because you can decorate them as you want to and you can put image on them.
In this class I mostly know how to do the links. Links are very fun too and very easy to do. Links are one of my favorite thing to do because they are very easy. Another thing that I learn is how to put images in some pages. Images makes the pages much better. The most cool things I learn in this class is how to do a banner. You can decorate the banner as you want.
This how you do a table. ![]()
<table <tr> <td>Row 1, cell 1</td> <td>Row 1, cell 2</td> <td>Row 1, cell 3</td> </tr> <tr> <td>Row 2, cell 1</td> <td>Row 2, cell 2</td> <td>Row 2, cell 3</td> </tr>
</table>
This is how you link pages.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title> My first web page </title>
</head>
<body>
<h1>My first web page</h1>
<h2>What this is</h2>
<p>A simple page put together using HTML</p>
<h2>Why this is</h2>
<p>To learn HTML</p>
<h2>Where to find the tutorial</h2>
<p><a href="http://www.htmldog.com">HTML Dog</a></p>
</body></html>
This looks like is very hard but it is easy to do once you learn how. This are the things I learn to do in this class. This one of the best class I had because it help us use the different programs of a computer.