Octnov 3
Octnov 3
E2 <!DOCTYPE html>
<html>
<head>
<base target="_self">
</head>
<body>
<table>
<tr>
<td colspan="2">
</tr>
<tr>
<td rowspan="3">
</h3>
<h3>
The content layer is used to enter the content and create the structure of a web page</h3>
The presentation layer is used to display and format elements within a web page</h3>
The behaviour layer is for a scripting language to control elements within a web page
</h3>
</td>
<td>
<span class="red">
<a href="n24html.htm">HTML</a></span>
</td>
</tr>
<tr>
<td>
<a href="n24css.htm" target="_blank" class="red">CSS
</a>
</td>
</tr>
<tr>
<td>
</td>
</tr>
<tr>
<td colspan="2">
<ul>
</li>
</li>
<li>Use appropriate table attributes to meet the needs of the audience including to
adjust cells to span more than one row or column.
</li>
</ul>
</td>
</tr>
</table>
</body>
</html>
E3
body { background-color:#d2fffe;
background-repeat: no-repeat;
background-image: url("n24logo.png"); }
table { width:90%;
border-spacing: 20px;
border-color: #000000;
border-collapse: collapse;
margin-left:auto;
margin-right:auto; }
td { padding: 20px;}
h1 { font-family: Calibri,Arial,sans-serif;
color: #000040;
text-align: center;
font-size: 60pt; }
h2 { font-family: Calibri,Arial,sans-serif;
color: #000040;
text-align: center;
font-size: 28pt; }
h3 { font-family: Calibri,Arial,sans-serif;
color: #000000;
text-align: left;
font-size: 16pt; }
color: #000000;
text-align: justify;
font-size: 14pt; }
.red {
color: #FF0000;
.centre {
text-align: center;