Sunteți pe pagina 1din 2

Demonstration No:1

Name Of Demonstration: How to create a web page using HTML.

Tools and Equipment Used: Computer System with window operating system and notepad.

Procedure

WRITING HTML WEB PAGES

HTML pages can be created or edited by using a professional HTML editor and like

1 Adobe Dreamweaver

2 Microsoft Expression Web

3 Coffee cup HTML editor

4 First page

5 Amaya

6 Kompozar

7 Aptana

However, HTML pages or web pages can be written using a text editor like notepad (pc) or text edit
(mac) follow the 4 steps below to create a first web page with notepad.

Step1:Open Note Pad: To open notepad in window 7 or earlier.

Click start (button left on your screen) click All Program

Click Accessories click notepad.

To open notepad in window 8 or later

Open the start screen (the window symbol)at the button left on your screen type notepad

Step2: Write Some HTML: Write some HTML code into notepad window

Example

<!DOCTYPE Html>

<html>

<head>

<title>This is title text shown in title bar of browser window</title>


<body>

This is the first web page.

<h1>My first web page Heading</h1>

<p>This is my first paragraph,</p>

</body>

</html>

Step 3: Save the html page: save the file on the computer select File>save as in the notepad file menu
use either html or html as file extension. There is no difference.

Step 4 View HTML page in the browser: Double click saved HTML file, and the result will be displayed in
browser window.

S-ar putea să vă placă și