CHAPTER 7: HTML5 – FORMS, MULTIMEDIA AND CSS

 CHAPTER 7: HTML5 – FORMS, MULTIMEDIA AND CSS

D 1. Define the following:

a) TextBox

Textbox control is used to enter a single line of text.

b) Password box

Password box is used to enter confidential data. It allows to enter a single line of text but instead of characters it displays either asterisk or bullets.

E. Differentiate between the following

1) Checkbox and Radio button

Checkbox allows the user to select multiple options from list of available options while Radio button allows the user to select only one option from a group of options

2. Internal Style Sheet and External Style Sheet

Internal style sheet is used to define styles for a single HTML page while External style sheet is used to define styles for multiple HTML pages

F 1. What is the use of a form in HTML?

Form is used to collect information from the people who visit our website.

2. Name the various input controls of a form

The various input controls of a form are Textbox, Password box, Checkbox, Radio buttons, Select control and Textarea control.

3. Why do we add multimedia in web pages?

We add multimedia in web pages to illustrate a product or service or simply for aesthetic purposes.

4.  What is the use of DIV tag?

DIV tag is used to define sections in a webpage.

 F 1. What are the uses of Submit and Reset buttons in a form?

Submit button is used to send the information which has been entered in the form to your web server pr email.

Reset button is used to clear the information which has been entered in the form.

2. Which attributes are used to control audio and video tags?

The attributes used to control audio and video tags are Autoplay, Controls, SRC, Loop, Height and Width.

3. What are the benefits of using CSS with HTML documents?

Benefits of using CSS with HTML is it allows us to exercise precise control over the appearance of the document without having to repeat the coding multiple times.

Popular posts from this blog

CHAPTER 8: APP DEVELOPMENT

CHAPTER 5: OPENSHOT VIDEO EDITOR

CHAPTER 9: PYTHON – LOOPING AND TKINTER GUI