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

Mahakavi Bharathi · Part 8

Chapter 6: 12 · Computer Applications

name=sub value=Eng> English <input type=checkbox name=sub value=Phy> Physics <input type=checkbox name=sub value=Eco> Economics </p> <p> City / Town: <Select name = area> <option value = CHN> Chennai </option> <option value = MDR selected> Madurai </option> <option value = CBO> Coimbatore </option> <option value = KKM> Kanyakumari </option> Illustration . : An HTML code to demonstrate All Form controls discussed in this chapter Chapter Pages </Select> </p> <p> Comments: <br> <Textarea rows= cols= name=comments> </Textarea> </p> <input type=reset name=reset value="Clear"> <input type=submit name=submit value="Submit"> </Form> </body> </html> The output will be: D:\ \ HTML - Form and Co.. File Edit View Favorites Tools Help Students Data Entry Form Student Name: Email: Gender: Subjects: City / Town: Comments: Clear Submit Madurai Tamil Telugu English Physics Economics Boy Girl Points to Remember: • Images are essential element to make an HTML presentation as more attractive manner. • Most of the browsers supports, GIF, JPEG and PNG images formats.

• The <IMG> tag along with the attribute src (Source) is used to add images in HTML document. • In HTML, a piece of text or image can be move horizontally or vertically by using <marquee> tag. • In HTML, a video or audio content may be included as Inline or external data. • The <embed> tag is used to attach an audio or video file easily within webpage.

• Music can be played in the background to a webpage, while the page is viewed. • The <bgsound> tag is used to attach an inline sound file in HTML. • Forms are used to receive information from the user. • An HTML from starts with <form> and ends with </form> tag.

• Most of the form controls are created by using <input> tag. • The <select> tag is used to create dropdown list box in HTML. • The <Textarea> tag used to receive multi line text data as input. Chapter Pages Workshop: .

Write an HTML code insert Image, Music and Video elements . Write an HTML code to display an application for

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 →