We will have a test on Monday covering basic HTML. You will need to be familiar with the following tags:
<html>
<head>
<title>
<body>
<table>
<tr>
<td>
<img src="filename.extension">
<a href="site or document with extension">link name</a>
<cellpading>
You will also need to know the following attributes:
align
valign
center
bgcolor
topmargin
rowspan
colspan
width
height
Click here to download Practice Test
To view the HTML code, right-click here and select, "Save Target As". Otherwise you will simply view the file as a web page. After saving the file, open it with notepad to view the code.
Keep in mind, the image will not appear unless the source file is in the referenced location.