This is bare-bones html page.

The background is yellow and the text is green.

  1. This is a numbered step.
  2. This is a numbered step with bold.

This is a jump to Thomas Albert's homepage.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Bare-Bones HTML page</title>
</head>
<body bgcolor="#FFFF00" text="#008000">
<p>This is bare-bones html page.</p>
<p>The background is yellow and the text is green.
<ul>
<li>This is a bullet.</li>
</ul>
<ol>
<li>This is a numbered step.</li>
<li><strong>This is a numbered step with bold.</strong></li>
</ol>
<p><a href="../index.htm">This is a jump to Thomas Albert's homepage.</a></p>

Unix Commands