Wednesday, December 21, 2016

A First HTML file - Web Development

A First HTML file for beginners

                                 Beginners struck in all the things and ask one question "How to start this?". So I should tell them how to start your first HTML file and run successfully. This lesson is not for experts. Only for beginners. So Beginners Only can read this page who have eager to develop a website.

Example :

<HTML>
<HEAD>
<TITLE>Web Development Example</TITLE>
</HEAD>
<BODY>

Hi! I am a new web designer.

</BODY>
</HTML>


Type the above code in a text editor and save in a folder in a name extension with ".html". Example of file name : "first.html". After saved, you can view the file on windows explorer and double click the file. It will open in a browser which is your default browser in your system (Its may be internet explorer, Google Chrome, Mozilla firefox etc.,) like below.




In this above page you can see the title and body of the web page. Try it in your computer. We will go next lesson. Thank you friends.


Our some other useful websites :

To learn php - our php tutorial - http://learnandsharephp.blogspot.com/



To Post free ads - Our Free ads website - http://www.mapofmine.com and http://www.freeadsimple.com

No comments:

Post a Comment