Wednesday, February 13, 2013

HTM

Today we learned on the website w3schools.com how we can use HTML.

Example

<html>
<body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>

No comments:

Post a Comment