Tuesday, August 2, 2011

How to create html page with text editor

1. Open your text editor (i usually use notepad)
2. Copy this code into the editor :

<html>

<head>

<title>Welcome to my page</title>

</head>

<body>

This is my first html

</body>

</html>

3. Then, click File > Save as
4. In the "Save as type" select "All files"
5. Name your file with .html extension. for example : "myfirsthtmlpage.html"
6. Happy coding!!! :D

My First HTML Page

No comments:

Post a Comment

Powered by Blogger.