web pages week - 9

Post on 10-Jan-2016

26 Views

Category:

Documents

0 Downloads

Preview:

Click to see full reader

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

1

Web PagesWeek - 9

2

Three more tags… SoundRedirectionMarquee

3

S.C.U.B.A

4

5

6

7

8

One Table 3 Rows

4 columns1

2

3

9

One Table 3 Rows

4 columns

1 2 3 4

10

One Table 3 Rows

4 columns

11

The Marquee Tag

12

<marquee> </marquee>

The Marquee Tag

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

Options: direction = “left”[ right ]

13

<marquee> </marquee>

The Marquee Tag

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

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

Up

, down]

Down

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 ]

15

<marquee> </marquee>

The Marquee Tag

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

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

behavior = “scroll” [ slide ], alternate ]

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”

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

18

Adding SOUND to your Webpage!

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…

20

Sound Tag

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

21

re-direct

22

Meta tag

23

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

Time in seconds

Page to load

Must be between <head> </head>

24

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

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

25

26

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

I did it JUST like you said !!!

Honest !!!

Hey Frank!

WHY??

27

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

??????????

28

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

top related