Welcome to your HTML Set – 3 1. The and tags are special in a what way? They are for images only They work on anything They can be repeated None of the above None 2. The method attribute of from tag specifies the the method name that process the form data the URI of program that processes the form data the method that the browser uses to submit the form None of the above None 3. To create a drop down which tag will you use? Any of them will work None 4. How do you find the number with the highest value of x and y? ceil(x, y) Math.max(x, y) top(x, y) Math.ceil(x, y) None 5. How does the “for” attribute of label links to input box? set the “name” attribute of input to same value as “for” attribute set the “id” attribute of input to same value as “for” attribute set the “value” attribute of input to same value as “for” attribute all the above options are necessary None 6. What does the action attribute defines? Specify the action to be performed on the form content Specify the method to call when the form is submitted Specify the address on the server to send the form content to None of the above None 7. Which of them is not the value of the input’s type attribute? email age password date None 8. Which element is used to take input from the user that can be send to the server? None 9. Increasing the cell padding means Increase the softness of your site increase the space between cells increase the distance between cell and content all of the above None 10. Which tag creates a check box for a form in HTML? None 11. Which attribute can be used with element? value selected multiple none of the above None 12. Which element denotes that the text is a short fragment of computer code? None 13. Which element defines additional details? None 14. Which attribute is used to provide an advisory text about an element or its contents? tooltip value title none of the above None 15. What is the use of Forms in HTML? to display contents to collect user’s input to search the site by user’s input none of the above None 16. Which element is used to create multi-line text input? textarea text radio submit None 17. Which of the following defines a visible heading for element? summary section mark main None 18. Which tag is used to increase the font size of the displayed text? None 19. Which attribute you will use with TD tag to merge two cells horizontally? colspan=a2 rowspan=a2 merge=colspana2 merge=rowa2 None 20. Is it possible to insert a table within another table? Yes, but there must be exactly A2 rows and A2 columns in first table. Yes, table can be inserted into cell of another table. Yes, but there must be no border in other table. No, it’s not possible. None 21. Which tag allows you to add a row in a table? td tr rw th None 22. What will be added by using tag ? cell row column None 23. What is the default ‘type’ attribute of element? text password numerals numdateerals None 24. Choose the correct statement regarding elements having same value of “name” attribute. Elements with can have multiple value because multiple checkboxes can be selected and part of same set Elements with can have same value because multiple radio buttons can be selected and part of same set Elements with can have same value because only one radio button can be selected and part of same set Elements with can have same value because only one checkbox can be selected and part of same set None 25. Adding which of the following to input box make it compulsory to be filled out when submitting the form? type=”required” required compulsory important None Share this:TweetEmailTelegramPrintWhatsAppLike this:Like Loading... Related Posts (You May Also Read):