Wednesday 22 October 2014

HTML code

<html>
<title>My First Webpage</title>
<body bgcolor="#ead3de">
<H1>Welcome to Grade 8</h1>
<h2>Let's learn HTML to create a simple website</h2>
<font face="Arial" color="#7d1935" size="20">
<p allign="left"> Let's see what we're going to learn today</p></font>
<font face="Verdana" color="red" size="20">
<ul>
<li>What are the tags that are used in HTML coding</li>
<li>The first tag should always be the HTML tag</li>
</ul>
</font>
<img src="smiley.jpg" alt="Smiley face" height="100 width="100">
<a href= "http://www.google.com">Google</a>

No comments:

Post a Comment