Write a Hello Program in HTML

 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> 
<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 .




Comments

Popular posts from this blog

Java Project Code: Cinema Ticket booking system : Create a Java Application to book a ticket in a Cinema hall.