Team:DTU-Denmark/jorooo

From 2014.igem.org

(Difference between revisions)
Line 1: Line 1:
-
 
<!DOCTYPE html>
<!DOCTYPE html>
Line 9: Line 8:
<body>
<body>
-
     <h1>My first web page</h1>
+
      
-
 
+
<ul>
-
     <h2>What this is</h2>
+
    <li>To learn HTML</li>
-
     <p>A simple page put together using HTML</p>
+
     <li>
 +
        To show off
 +
        <ol>
 +
            <li>To my boss</li>
 +
            <li>To my friends</li>
 +
            <li>To my cat</li>
 +
            <li>To the little talking duck in my brain</li>
 +
        </ol>
 +
     </li>
 +
    <li>Because I've fallen in love with my computer and want to give her some HTML loving.</li>
 +
</ul>
-
    <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:03, 23 July 2014

<!DOCTYPE html>

My first web page

  • To learn HTML
  • To show off
    1. To my boss
    2. To my friends
    3. To my cat
    4. To the little talking duck in my brain
  • Because I've fallen in love with my computer and want to give her some HTML loving.