Tuesday, July 5, 2011

Basics of HTML Coding part 1

OK a basic html coding is like this;

<html>
<head>
<title>anything for title goes here</title>
</head>
<body>

<h1>Any Heading</h1>

<p>Any paragraph.</p>

</body>
</html>

note that every tag starts like <> this and ends like </> this.

0 comments:

 
YouSayToo - Promote Blog