1 Three more tags… Sound Redirection Marquee 2 S.C.U.B.A.

Slides:



Advertisements
Similar presentations
Internet Basics & Way Beyond!
Advertisements

1 Web Pages Week Three more tags… Sound Redirection Marquee.
CREATED BY : VIRAL M.KORADIYA. Anchor elements are defined by the element. The element accepts several attributes, but either the Name or HREF attribute.
Using Multimedia on the Web Enhancing a Web Site with Sound, Video, and Applets.
Internet Applications Development Lecture 3 L. Obead Alhadreti.
Tutorial 4: Designing a Web Page with Tables
CS 4000 – Homework #8 Step-by-Step FrontPage examples (keyed to the handout titled FrontPage Instructions)
XP 1 Designing a Web Site with Frames Using Frames to Display Multiple Web Pages Tutorial 5.
Using HTML Tables.
Create a Web Site with Frames
ETT 429 Spring 2007 Web Design I.
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
HTML Code. What we will cover Basic HTML Body Font Images Hyperlinks Tables Frames.
HTML. Goals How to use the Komodo editor HTML coding and testing Basic HTML tags List and Images Tables and Links At least 2 pages and navigation
XP Tutorial 5New Perspectives on HTML, XHTML, and DHTML, Comprehensive 1 Designing a Web Site with Frames Using Frames to Display Multiple Web Pages Tutorial.
HTML. Creating a Table Attributes: border: indicates the border type of the table Value: 0 (no border), 1, 2, etc. cols: indicates the number of columns.
1 Advanced HTML Joshua S. Simon Collective Technologies.
HTML. Goals How to use the Komodo editor HTML coding and testing – List and Images – Tables and Links – At least 2 pages and navigation –
Marquees and Standards Module 2: HTML Basics LESSON 9.
Audio and Video on the Web Sec 5-12 Part or all of this lesson was adapted from the University of Washington’s “Web Design & Development I” Course materials.
HTML Essentials Frames and Frame Tags. Introduction A frame used to be an effective design tool Utilized space effectively by subdividing screen One idea:
Tutorial 7 Working with Multimedia. XP Introducing Multimedia Bandwidth is a measure of the amount of data that can be sent through a communication pipeline.
XP Using Frames in a Web Site Ali Alfayly. XP Tutorial Objectives Create frames for a Web site Control the appearance and placement of frames Control.
Creating your Webpage with tables. This is a 2 column by 1 row table!
Tutorial 7 Working with Multimedia. XP Objectives Explore various multimedia applications on the Web Learn about sound file formats and properties Embed.
Web Pages: Creating & Maintaining Body Tags. There have been several versions of HTML since its inception. VersionYear HTML1991 HTML HTML
HTML: Tables & Frames Internet Technology1. HTML: Tables Table tags ► surround the entire table ► header row (text is boldfaced) ► surround each row ►
Frame Page A Frame Page does the following: –Defines the size of each frame. –Defines how the window will be broken up – rows or columns. –Specifies which.
By Brieya. What is HTML Hypertext Markup Language, a standardized system for tagging text files to achieve font, colour, graphic, and hyperlink effects.
Contents MULTIMEDIA –Audio –Video –Animation –PDF.
Designing a Web Page with Tables. A text table: contains only text, evenly spaced on the Web page in rows and columns uses only standard word processing.
Introduction HTML (Hypertext Markup Language) is used to create document on the World Wide Web. HTML is not a programming language, it is a markup language.
HTML: Tables & Frames Internet Technology.
Html Introduction Here is an html primer for beginners on website design and for people to use for RPs.
HTML ( HYPER TEXT MARK UP LANGUAGE ). What is HTML HTML describes the content and format of web pages using tags. Ex. Title Tag: A title It’s the job.
1 CHAPTER 03: GOING FURTHER By Tharith Sriv. This chapter covers the following topics:  Flying texts or images  Using Comment  Using tag  Using …
Introduction to HTML Unit 3: E-business.
1 CSC317/318 INTERNET PROGRAMING / DYNAMIC WEB APPLICATION DEVELOPMENT Siti Nurbaya Ismail Faculty of Computer Science & Mathematics, Universiti Teknologi.
Marquees and Tables. Tags Fun Stuff Here! Creates text that scrolls from right to left! Animated text. This is a great tag but does not work on every.
1 Chapter 04: Working with Table By Tharith Sriv.
HTML CS 105. Page Structure HTML elements control the details of how a page gets displayed. Every HTML document has the following basic structure: … …
HTML Frames. Advantages to Using Frames n flexibility in design n information in different Web pages n remove redundancy. n site easier to manage. n update.
Web Page Tables GMU-Teaching with Technology. Table Characteristics: Looks like a news page Contains columns and rows.
Doing TABLES Creating Tables in HTML. Start creating the table by using the Table container tag.
More instances of editing being lost when using Rich Text mode Browser: Internet Explorer 7 (version ) Page used:
Revision Webpage design HTML.   FACE  Attributes  Marquee  Define the following terms.
1 R3 R1 R5 R4 R6 R2 B B A A Looking at the Code Under the View menu Select Source.
HTML Help book. HTML HTML is the programming language used to make web pages for the Internet. HTML stands for Hyper Text Markup Language. HTML is made.
Three more tags… Sound Redirection Marquee 1.
CNIT 131 HTML5 - Tables.
Embedding Media into Web Pages
LAB Work 02 MBA 61062: E-Commerce
Web Programming– UFCFB Lecture 5
Tutorial 7 Working with Multimedia
Font tag and its attributes
More HTML Techniques Speaker : Frank.
מבנה בסיסי של מסמך html מסמך ב- html מורכב מתגיות.
Web Design and Development
Creating Tables in HTML
HTML Tables & Frames Internet Technology.
Exploring the Internet
Attribute of heading, <p> and <hr> tag
Attribute of heading, <p> and <hr> tag
Exploring the Internet
SAMHSA’s Faith and Community Based Support Initiative
Marquees and Standards
More HTML Techniques Speaker : Frank.
Lesson 5: HTML Tables.
Attribute of heading, <p> and <hr> tag
HTML Tables & Frames Internet Technology.
Presentation transcript:

1 Three more tags… Sound Redirection Marquee

2 S.C.U.B.A

3

4

5

6

7 One Table 3 Rows 4 columns 1 2 3

8 One Table 3 Rows 4 columns 1234

9 One Table 3 Rows 4 columns

10 The Marquee Tag

11 The Marquee Tag This text will move Options:direction = “left” [ right ] This text will move

12 The Marquee Tag This text will move Options:direction = “left” [ right ], up Up, down] Down

13 The Marquee Tag This text will move Options:direction = “left” [ right ], up, down] behavior = “scroll” This is scroll This is slide [ slide ]

14 The Marquee Tag This text will move Options:direction = “left” [ right ], up, down] behavior = “scroll” [ slide ], alternate ]

15 The Marquee Tag This text will move bgcolor Options:direction = “left” [ right ], up, down] behavior = “scroll” [ slide ], alternate ] Bgcolor=“yellow”

16 The Marquee Tag height / width bgcolor scrollamount / scrolldelayloop Options:direction = “left” [ right ], up, down] behavior = “scroll” [ slide ], alternate ] Details on the handout

17 Adding SOUND to your Webpage!

18 Sound Tag <embed src=“hi_ho.wav" width="144" height="60" autostart="true" loop="true"> 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…

19 Sound Tag

20 re-direct

21 Meta tag

22 Time in seconds Page to load Must be between

23 My web Page My web Page

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

25 <html< = “gren” > </ html \ ] ??

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