html

49
By M.Divya

Transcript of html

Page 1: html

ByM.Divya

Page 2: html

INTRODUCTION

HTML STANDS FOR HYPERTEXT MARKUP LANGUAGE.It came into existence in “1989” by

“ Tim Berner lee”.

Page 3: html

STARTING A HTML DOCUMENT

STEP1: Open Notepad

START-PROGRAMS

ACCESSORIESNOTEPAD

Page 4: html
Page 5: html
Page 6: html

Save the code by giving a filename with an extension . HTML

To view the created HTML document.Step 1: Open Internet ExplorerStartProgramsInternet Explorer

Page 7: html
Page 8: html

Now Internet Explorer window will be opened

Click on file open,to open

the file that you have saved.

Page 9: html
Page 10: html

Step3: A dialog box appears,type the filename or

for the file.

Page 11: html
Page 12: html

TAGS:

HTML uses two typesof tag elements:

i)Empty Tag ii)Container Tag

Page 13: html

STRUTURE OF HTML DOCUMENTHTML document has

two sections:i)Head sectionii)Body section

Page 14: html

Character style tags

<B>….</B> BOLD FACE III IT

<I>….<I> ITALIC IIIIT

<U>….</U> UNDERLINE IIIIT

<CENTER>…</CENTER> CENTER IIIIT

<BIG>….</BIG> BIG

<SMALL>….</SMALL> SMALL IIIIT

<BR>….</BR> BREAK BREAK<BLINK>….</BLINK> WORD BLINK   

Page 15: html

Heading TAGSThere are six levels of

heading1 to heading6 in html.The heading tags has a start

tag and an end tag,H1,H2H3,H4,H5,H6 are the six levels

Page 16: html
Page 17: html
Page 18: html
Page 19: html
Page 20: html

Marquee TagThe text enclosed with in the <marquee> and

</marquee> tag makes the text

to scroll from one end of the window to the

other end.

Page 21: html
Page 22: html

Images and SoundThe <IMG> tag is always

used withSRC attribute.SRC stands

for SOURCE.It refers to the filename

of an image.

Page 23: html
Page 24: html
Page 25: html

ALT:Some browsers cannot image orSometimes it takes long time to

display the imageIn such cases,the ALT

attribute is used to display an alternate message

Page 26: html
Page 27: html
Page 28: html

Sound Tag

Page 29: html
Page 30: html
Page 31: html
Page 32: html
Page 33: html
Page 34: html
Page 35: html
Page 36: html
Page 37: html
Page 38: html
Page 39: html
Page 40: html
Page 41: html
Page 42: html
Page 43: html
Page 44: html
Page 45: html
Page 46: html
Page 47: html
Page 48: html
Page 49: html