1 / 28

Web Pages Week - 9

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. <marquee>.

thais
Download Presentation

Web Pages Week - 9

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Web PagesWeek - 9

  2. Three more tags… Sound Redirection Marquee

  3. S.C.U.B.A

  4. One Table 3 Rows 4 columns 1 2 3

  5. One Table 3 Rows 4 columns 1 2 3 4

  6. One Table 3 Rows 4 columns

  7. The Marquee Tag

  8. The Marquee Tag This text will move <marquee> <img src=“fish.jpg”> </marquee> This text will move [ right ] Options: direction = “left”

  9. Up The Marquee Tag This text will move <marquee> <img src=“fish.jpg”> </marquee> [ right ] Options: direction = “left” , up , down] Down

  10. The Marquee Tag This text will move <marquee> <img src=“fish.jpg”> </marquee> [ right ] Options: direction = “left” , up, down] behavior = “scroll” [ slide ] This is scroll This is slide

  11. The Marquee Tag This text will move <marquee> <img src=“fish.jpg”> </marquee> [ right ] Options: direction = “left” , up, down] behavior = “scroll” [ slide ] , alternate ]

  12. The Marquee Tag This text will move <marquee> <img src=“fish.jpg”> </marquee> [ right ] Options: direction = “left” , up, down] behavior = “scroll” [ slide ] , alternate ] bgcolor Bgcolor=“yellow”

  13. Details on the handout The Marquee Tag This text will move <marquee> <img src=“fish.jpg”> </marquee> <marquee direction = "left" scrollamount="1" scrolldelay="20"> <img src="yellowfish.gif" alt="A yellow Fish"> </marquee> [ right ] Options: direction = “left” , up, down] behavior = “scroll” [ slide ] , alternate ] bgcolor height / width loop scrollamount / scrolldelay

  14. Adding SOUND to your Webpage!

  15. Sound Tag This tag works with I.E. NOT with Netscape Newer versions of Internet Explorer recognize BOTH tags… <bgsound src=“hi_ho.wav" autostart="true" loop="infinite"> <embed src=“hi_ho.wav" width="144" height="60" autostart="true" loop="true"> This tag works with Netscape. NOT with older versions of I.E.

  16. Sound Tag <noembed> <bgsound src="FileName" autostart="true" loop="infinite"> </noembed> <embed src="FileName" hidden="true" autostart="true" loop="true">

  17. re-direct

  18. Meta tag

  19. Must be between <head> </head> Page to load <meta http-equiv=“refresh” content=“5; url=index.html”> Time in seconds

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

  21. Hey Frank! I created this great web page, but it’s not working ! I did it JUST like you said !!! Honest !!! WHY??

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

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

More Related