0% found this document useful (0 votes)
1 views

Forms Frames CSS mcqs

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
1 views

Forms Frames CSS mcqs

Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

1. How does a browser send data to the server regarding forms?

a) name/value pairs b) key/id pairs c) Just names as data d) Values as data


2. Which of the following is not a control of Form on a webpage?
a) A text input b) Submit buttons c) Checkboxes d) XML format
3. What is a target attribute?
a) It is used to indicate the browser to which part of the form the data should be filled in
b) To indicate which frame or browser window the link should be loaded into
c) To identify the incorrect format inputs in a form
d) It is used to open a specific form on a webpage
4. When do you use GET?
a) It is used to mention a specific method in which the form attributes must be included
b) It is the method which the user chooses when submitting a form
c) It is the default method while submitting a form
d) GET method is used to get the values from the Form
5. <input type=”radio”> statement is used to create?
a) A radio form b) A radio button c) It is the name of the form d) Checkbox
6. The frameset element is used instead of body element to construct a frame?
a) True b) False
7. Which is the wrong way to represent or describe the col width value?
a) Pixels b) Percentage of browser window c) Relative widths d) Percentile
8. What is the default value of rows attribute?
a) 0% b) 100% c) 50% d) No default value exists
9. Which of the following tag is used to embed css in html page?
a) <css> b) <!DOCTYPE html> c) <script> d) <style>
10. Which of the following tag is used to embed css in html page?
a) <css> b) <!DOCTYPE html> c) <script> d) <style>

You might also like