Team:DTU-Denmark/jorooo

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
 +
<!DOCTYPE html>
<!DOCTYPE html>
 +
<html>
<html>
 +
<head>
<head>
     <title>My first web page</title>
     <title>My first web page</title>
</head>
</head>
 +
<body>
<body>
-
 
+
    <h1>My first web page</h1>
-
<p>Yes, that really <em>is</em> exciting. <strong>Warning:</strong> level of excitement may cause head to explode.</p>
+
 
-
This is my first web page<br>
+
    <h2>What this is</h2>
-
How exciting
+
    <p>A simple page put together using HTML</p>
 +
 
 +
    <h2>Why this is</h2>
 +
    <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 some HTML loving.</li>
 +
    </ul>
 +
 
</body>
</body>
 +
</html>
</html>

Revision as of 15:01, 23 July 2014

<!DOCTYPE html>

My first web page

My first web page

What this is

A simple page put together using HTML

Why this is

  • To learn HTML
  • To show off
  • Because I've fallen in love with my computer and want to give her some HTML loving.