1 web pages week - 9 2 three more tags… sound redirection marquee

28
1 Web Pages Week - 9

Upload: giselle-westrup

Post on 31-Mar-2015

214 views

Category:

Documents


0 download

TRANSCRIPT

Page 1: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

1

Web PagesWeek - 9

Page 2: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

2

Three more tags… SoundRedirectionMarquee

Page 3: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

3

S.C.U.B.A

Page 4: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

4

Page 5: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

5

Page 6: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

6

Page 7: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

7

Page 8: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

8

One Table 3 Rows

4 columns1

2

3

Page 9: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

9

One Table 3 Rows

4 columns

1 2 3 4

Page 10: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

10

One Table 3 Rows

4 columns

Page 11: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

11

The Marquee Tag

Page 12: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

12

<marquee> </marquee>

The Marquee Tag

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

Options: direction = “left”[ right ]

Page 13: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

13

<marquee> </marquee>

The Marquee Tag

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

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

Up

, down]

Down

Page 14: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

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: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

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: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

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: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

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: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

18

Adding SOUND to your Webpage!

Page 19: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

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: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

20

Sound Tag

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

Page 21: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

21

re-direct

Page 22: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

22

Meta tag

Page 23: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

23

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

Time in seconds

Page to load

Must be between <head> </head>

Page 24: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

24

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

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

Page 25: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

25

Page 26: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

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: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

27

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

??????????

Page 28: 1 Web Pages Week - 9 2 Three more tags… Sound Redirection Marquee

28

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