Saturday 24 January 2015

HOW TO WRITE HTML

<html>
<head>

<title>   My first html page </title>
</head>

<body>

 <h1> Hello World </h1>
<p>hello this is my first html page </p>

</body>
</html>


copy and paste these lines in txt file and save as NAME = "myfirstfile.html"
Now open the file and enjoy :)

No comments:

Post a Comment