Presentation is loading. Please wait.

Presentation is loading. Please wait.

HTML HYPERTEXT MARKUP LANGUAGE.

Similar presentations


Presentation on theme: "HTML HYPERTEXT MARKUP LANGUAGE."— Presentation transcript:

1 HTML HYPERTEXT MARKUP LANGUAGE

2 Hypertext markup language
Evolution Level 0: basic structural elements Level 1: highlighted text & graphics Level 2: interactive medium on www (filling forms) Level 3: frames, video, sound, etc

3 concept HTML is a text file that can be published
HTML document contains instructions HTML instructions are called Elements

4 How to create html document?
Step 1: Open a text editor (Notepad) Start >> Programs >> Accessories >> Notepad Step 2: Save the file File >> Save As Save with .html extension Step 3: Double click the file to open in standard browser

5 Understanding tags - elements
Instruction/Command Elements Container Empty <tag> …….. </tag> <tag>

6 Web page structure - frames
<HTML> <HEAD> Head </HEAD> <BODY> Body </BODY> </HTML>

7 Web page structure - frames
<HTML> <HEAD> Page Title here </HEAD> <BODY> Page Body here Container tag </BODY> </HTML>

8 <title>…..</title>
Container Tag Element Helps to define a title for the browser window title

9 <head> ……… </head>
<HTML> <HEAD> <TITLE> My first Web Page! </TITLE> </HEAD> </HTML>

10 <BODY>…..</BODY>
Container Tag Element Helps to define the body content for the browser window


Download ppt "HTML HYPERTEXT MARKUP LANGUAGE."

Similar presentations


Ads by Google