Team:Lethbridge Canada/example007

From 2014hs.igem.org

(Difference between revisions)
 
Line 1: Line 1:
I am editing this page for practice!
I am editing this page for practice!
-
<p class="text"> I am writing an example sentence </p>
+
<html>
-
<ul> I don't know what this tag does. Let's find out! </ul>
+
    <head>
-
<h2> A "h2" tag creates a bold title! Neat! </h2>
+
    </head>
 +
 
 +
    <body>
 +
    <p class="text"> I am writing an example sentence </p>
 +
 
 +
        <ul> I don't know what this tag does. Let's find out! </ul>
 +
 
 +
        <h2> A "h2" tag creates a bold title! Neat! </h2>
 +
 
 +
        <p> Let's try something else, like linking a website! <a href="https://2013.igem.org/Main_Page">link </a href>
 +
    </body>
 +
</html>

Latest revision as of 16:14, 6 April 2014

I am editing this page for practice!

I am writing an example sentence

    I don't know what this tag does. Let's find out!

A "h2" tag creates a bold title! Neat!

Let's try something else, like linking a website! link