Learn to write a Hello Program in HTML.
(2 minutes coding)
Steps to make your own program
1. Open NOTEPAD or NOTEPAD++ in your computer .
2.Copy the code given below .
<HTML>
<HEAD>
<TITLE>Page Title</TITLE>
</HEAD>
<HEAD>
<TITLE>Page Title</TITLE>
</HEAD>
<BODY>
Welcome to MY First HTML Page
</BODY>
Welcome to MY First HTML Page
</BODY>
</HTML>
3.Now paste it in your Notepad file.
4.Now save your file with .html extension.
5. File will appear like this.
6. Now open the file in any browser .
No comments:
Post a Comment