web pages week - 9

28
1 Web Pages Week - 9

Upload: thais

Post on 10-Jan-2016

26 views

Category:

Documents


0 download

DESCRIPTION

Web Pages Week - 9. Three more tags…. Sound Redirection Marquee. S.C.U.B.A. One Table 3 Rows 4 columns. 1. 2. 3. One Table 3 Rows 4 columns. 1. 2. 3. 4. One Table 3 Rows 4 columns. The Marquee Tag. The Marquee Tag. This text will move. . - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Web Pages Week - 9

1

Web PagesWeek - 9

Page 2: Web Pages Week - 9

2

Three more tags… SoundRedirectionMarquee

Page 3: Web Pages Week - 9

3

S.C.U.B.A

Page 4: Web Pages Week - 9

4

Page 5: Web Pages Week - 9

5

Page 6: Web Pages Week - 9

6

Page 7: Web Pages Week - 9

7

Page 8: Web Pages Week - 9

8

One Table 3 Rows

4 columns1

2

3

Page 9: Web Pages Week - 9

9

One Table 3 Rows

4 columns

1 2 3 4

Page 10: Web Pages Week - 9

10

One Table 3 Rows

4 columns

Page 11: Web Pages Week - 9

11

The Marquee Tag

Page 12: Web Pages Week - 9

12

<marquee> </marquee>

The Marquee Tag

This text will move<img src=“fish.jpg”>

Options: direction = “left”[ right ]

Page 13: Web Pages Week - 9

13

<marquee> </marquee>

The Marquee Tag

This text will move<img src=“fish.jpg”>

Options: direction = “left”[ right ], up

Up

, down]

Down

Page 14: Web Pages Week - 9

14

<marquee> </marquee>

The Marquee Tag

This text will move<img src=“fish.jpg”>

Options: direction = “left”[ right ], up, down]

behavior = “scroll”

This is slide

[ slide ]

Page 15: Web Pages Week - 9

15

<marquee> </marquee>

The Marquee Tag

This text will move<img src=“fish.jpg”>

Options: direction = “left”[ right ], up, down]

behavior = “scroll” [ slide ], alternate ]

Page 16: Web Pages Week - 9

16

<marquee> </marquee>

The Marquee Tag

This text will move<img src=“fish.jpg”>

bgcolor

Options: direction = “left”[ right ], up, down]

behavior = “scroll” [ slide ], alternate ]

Bgcolor=“yellow”

Page 17: Web Pages Week - 9

17

<marquee> </marquee>

The Marquee Tag

This text will move<img src=“fish.jpg”>

height / widthbgcolor

scrollamount / scrolldelayloop

Options: direction = “left”[ right ], up, down]

behavior = “scroll” [ slide ], alternate ] <marquee direction = "left" scrollamount="1" scrolldelay="20">

<img src="yellowfish.gif" alt="A yellow Fish">

</marquee>

Details on the handout

Page 18: Web Pages Week - 9

18

Adding SOUND to your Webpage!

Page 19: Web Pages Week - 9

19

Sound Tag

<embed src=“hi_ho.wav" width="144" height="60" autostart="true" loop="true">

<bgsound src=“hi_ho.wav" autostart="true" loop="infinite">

This tag works with I.E. NOT with Netscape

This tag works with Netscape. NOT with older versions of I.E.

Newer versions of Internet Explorer recognize BOTH tags…

Page 20: Web Pages Week - 9

20

Sound Tag

<noembed> <bgsound src="FileName" autostart="true" loop="infinite"></noembed> <embed src="FileName" hidden="true" autostart="true" loop="true">

Page 21: Web Pages Week - 9

21

re-direct

Page 22: Web Pages Week - 9

22

Meta tag

Page 23: Web Pages Week - 9

23

<meta http-equiv=“refresh” content=“5; url=index.html”>

Time in seconds

Page to load

Must be between <head> </head>

Page 24: Web Pages Week - 9

24

<html> <head> <title>My web Page </title> </head><body>

<meta http-equiv=“refresh” content=“5; url=“index.html”> </head><body>

Page 25: Web Pages Week - 9

25

Page 26: Web Pages Week - 9

26

I created this great web page, but it’s not working !

I did it JUST like you said !!!

Honest !!!

Hey Frank!

WHY??

Page 27: Web Pages Week - 9

27

<html<<boody bgclr> = “gren” ><p align=“write”> </ html \ ] <funt size=“9”>

??????????

Page 28: Web Pages Week - 9

28

Check your HTML !Spelling, Punctuation, Case, Spacing, Syntax