<!DOCTYPE html>
<html>
<head>
<title>My first web page</title>
</head>
<body>
<p>This is my first web page</p>
<p>How exciting.</p>
<p>Yes, that reallly <em>is</em> exciting
<strong>Waring:</strong> level of excitement may cause head to explode.</p>
<h1>My first web page</h1>
<h2>What this is?</h2>
<p>A simple page put together using HTML</p>
<h2>Why this is </h2>
<p>To learn HTML</p>
<ul>
<li>To learn HTML</li>
<li>To show off</li>
<li>Because I've fallen in love with my computer and want to give her som HTML loving.</li>
<ol>
<li>To learn HTML</li>
<li>To show off</li>
<li>Because I've fallen in love with my computer and want to give her som HTML loving.</li>
</ol>
</ul>
</body>
</html>
自行体会
网友评论