<!DOCTYPE html>
<html>
<head>
<title>TITLE OF WEB PAGE</title>
<link rel="stylesheet" href="style.css">
<style>INTERNAL STYLE INFORMATION</style>
<script src="script.js"></script>
<script>INTERNAL JAVACRIPT CODE</script>
</head>
<body>
PAGE CONTENT
</body>
</html>
<h1> Heading 1 </h1> <h2> Heading 2 </h1> <h3> Heading 3 </h1> <h4> Heading 4 </h1> <h5> Heading 5 </h1> <h6> Heading 6 </h1>
This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph.
Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe.
Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo.
<p> This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. This is a paragraph. </p> <p> Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. Ceci est un paragraphe. </p> <p> Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. Este es un parrafo. </p>
This is some text. This is some text. This is some text. <br> This is some text. This is some text. This is some text.
This is some text. This is some text. This is some text. <hr> This is some text. This is some text. This is some text.
This is <i>italics</i>, and this is <b>bold</b>.
This text
is
preformatted.
This text
is
preformatted.
<pre>This text
is
preformatted.</pre>
<ol> <li>One</li> <li>Two</li> <li>Three</li> </ol>
<ul> <li>One</li> <li>Two</li> <li>Three</li> </ul>
<img src="png/wombat.png" width="150px">
<h1 id="chapter1">Chapter One</h1> <ol id="theList'>...</ol> <p id="aParagraph">...</p>
This is a link to the <a href="http://www.cune.edu">CUNE website</a>.
| row 1, cell 1 | row 1, cell 2 |
| row 2, cell 1 | row 2, cell 2 |
<table>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
| row 1, cell 1 | row 1, cell 2 |
| row 2, cell 1 | row 2, cell 2 |
<table border="1">
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
| Header 1 | Header 2 | row 1, cell 1 | row 1, cell 2 |
|---|---|
| row 2, cell 1 | row 2, cell 2 |
<table border="1">
<tr>
<th>Header 1</th>
<th>Header 2</th>
</tr>
<tr>
<td>row 1, cell 1</td>
<td>row 1, cell 2</td>
</tr>
<tr>
<td>row 2, cell 1</td>
<td>row 2, cell 2</td>
</tr>
</table>
This text is not in the span. <span style="color:red;"> All of the text in this span is red. </span> This text is not in the span.
