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

Mahakavi Bharathi · Part 3

Chapter 6: 12 · Computer Applications

/ video file name with location> </embed> Chapter Pages <html> <head> <title> Adding Multimedi Files </title> </head> <body> <img src="D:\Images\ .png" alt="Govt. of Tamilnadu Logo" height= % width= %> <marquee> Welcome to <b> The State Council of Educational Research and Traning </b>, Tamilnadu </marquee> <embed src="D:\ \ .mp4" width= % height= %> </embed> </body> </html> Illustration . : An HTML code to demonstrate adding audio and video files (internal source) . .

Background music: Music can be played in the background to a webpage, while the page is viewed. This is known as ‘inline’ sound or movie. The <bgsound> tag is used to attach an inline sound file in HTML. The src attribute is used to define the location of the media file.

Volume attribute used to adjust volume control. The loop attribute defines the duration of play. The ‘infinite’ value causes the audio play as long as the page is in view. General Format: <bgsound src=music file name with location> <html> <head> <title> Inline Sound </title> </head> <body> <img src="D:\Images\ .png" alt="Govt.

of Tamilnadu Logo" height= % width= %> <marquee> Welcome to <b> The State Council of Educational Research and Training </b>, Tamilnadu </marquee> <bgsound src="D:\ \Tamil Thai Vazhthu.mp3" loop=infinite> </body> </html> Illustration . : An HTML code to demonstrate inline sound Chapter Pages . Working with Forms Forms are used to receive information from the user. Forms are commonly used to allow users to register on a Web site, to log in to a Web site, to order a product, and to send feedback.

In search engines, forms are used to accept the keywords for search. The <form> tag is used to create a form. An HTML from starts with <form> and ends with </form> tag. Forms contain many types of form elements, such as text boxes, radio buttons, check boxes, buttons and drop-down lists.

The form has a special element, which is submit button, which will submit the entries of a form to a server application to process the entries. Each element in the form is assigned a name using the name attribute. Users enter values into

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 →