<!DOCTYPE html>
<html>
<head>
<title>Unit 1 - Q8</title>
</head>
<link rel="stylesheet" type="text/css" href="DHTML_XML1.css">
<body>
<table class="table1" border="1" height="50" width="400">
<tr>
<td>Table 1</td>
<td>with</td>
<td>style 1</td>
</tr>
</table>
<br>
<table class="table2" border="1" height="50" width="500">
<tr>
<td>Table 2</td>
<td>with</td>
<td>style 2</td>
</tr>
</table>
<br>
<table class="table3" border="1" height="50" width="800">
<tr>
<td>Table 3</td>
<td>with</td>
<td>style 3</td>
</tr>
</table>
</body>
</html>
Be the first to comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.