Sunday, 17 February 2013

HTML TUTORIAL 01>>
Hello Everyone,welcome to html tute,Lets start creating web pages.
1. Open The text editor of your operating system (i.e notepad for windows,vi editor for Linux and TextEdit.app for Mac Os x.
2>Write the following code in text editor:-
 <html>
<head>
<title>TITLE</title>
</head>
<body>
WELCOME TO YOUR FIRST WEB PAGE
</body>

</html>
3. now save your file as filename.html.at desktop or somewhere else.
4. now try to open the saved file from your browser (explorer,chrome,safari).
5.the opened web page is the web page you designed.
In next tute i will explain the code.
Stay connected with me for more.Have A Nice Day.


OUTPUT


No comments:

Post a Comment