Thursday, December 8, 2011

HTML

What I wrote in HTML:


<html>
<body>

<h1>My First Heading</h1>

<br>My first paragraph.<br>

<em>My first italics!<em>

<p>My second paragraph!<p>

<li>My first list!<li>
end list

<h2>My second heading<h2>

<b>BOLD<b>



</body>
</html>


What I saw:


My First Heading


My first paragraph.
My first italics! My second paragraph!


  • My first list!


  • end list

    My second heading

    BOLD


    Cool huh?? ;)




  • No comments:

    Post a Comment