📖 Samacheer Kalvi · 11th TN - English Medium · Computer Applications · Page 277definition

Mahakavi Bharathi · Part 2

Chapter 6: 12 · Computer Applications

values are ‘up’, ‘down’, ‘left’ or ‘right’. Behaviour: This attribute is used to specify the type of scrolling. The values are ‘scroll’, ‘slide’ and ‘alternate’. Scrolldelay: This attribute is used to define the time delay between each jump.

The time unit should be in seconds. Scrollamount: This is used to define the speed of the scroll. Loop: This is for defining how many times the marquee element should repeat on the screen. The default value is ‘infinite’, which means the marquee element scrolls endlessly.

Chapter Pages Bgcolor: This is used to specify the background color to the marquee elements. Hspace and Vspace: This is for defining the horizontal and vertical space around the marquee. The value can be in pixels or percentage. <html> <head> <title> Marquee </title> </head> <body> <marquee> <b> The Government of Tamilnadu </b>, Directorate of School Education </marquee> <marquee direction=right> Welcome to <b> The State Council of Educational Research and Training </b>, Tamilnadu </marquee> </body> </html> Illustration .

: An HTML code to demonstrate marquee . Adding Video and Sound Video and Sound are the core part of the modern web pages. In HTML, a video or audio content may be included as Inline or external data. The inline refers to audio or video files are handled as part of the page.

These media files play the audio or video when the page is visible in the browser window. The external refers, linking external audio or video files as url. The <embed> tag is used to attach an audio or video file easily within webpage. This tag includes the controls of the multimedia automatically in the browser.

The <noembed> tag may be used as an alternate to display some other media file, in the case of the browser does not support <embed> tag. Src is the primary attribute used with <embed> tag. The src attribute used to specify the name of the media file with its source location. Other attributes such as alt, height, width and align are used as it is used with <img>.

General Format: <embed src = audio

Related topics

Have a question about this topic?

Get an AI answer grounded in your actual textbook — with the exact page reference.

Ask AI about this topic →