HTML - Web Page

Creating a Web files

HTML files are text files which contain the code of a web page.You can use any text editor such as notepad , NotePad ++ and more.

You can open notepad in the following way:

1. Click on the Start Button
2. Click on Run
3. Type in: notepad
4. Press ENTER 

Or

1. Start
2. All Programs (or Programs)
3. Accessories
4. Notepad

Don't use a word processor like Microsoft Word. It doesn't save things in the right format, and not all the nifty features, like fonts and centering, work right.

Ads Here

Type the code in Notepad:

<html>
<head>
<title>My first web page</title>
</head>
<body>
<h1>This is my first web page.</h1>
<p>
This is the first web page 
</p>
</body>
</html>

Save the file Or Make File .html

1. Go to the File menu
2. Select Save as...
3. Type name ( firstweb.htm or firstweb.html )

 

Check Web Page

Start your web browser.Such like ( Chrome , Firefox , Netscape and more )

Go to the File menu and select Open.
Browse to the file that you just created, select it and click on the Open button.

Share This:

No comments:

Post a Comment

Advertiser
Counter
Flag Counter