This document contains questions about HTML and XML topics such as commonly used tags, form controls, lists, and differences between XML and HTML. It asks about the structure of HTML documents, types of tags, uses of specific tags like font and tables, heading tags, ordered and unordered lists, and examples of checkboxes and radio buttons. It also includes short questions about HTML tags, form submission, hyperlinks, and setting background color.
This document contains questions about HTML and XML topics such as commonly used tags, form controls, lists, and differences between XML and HTML. It asks about the structure of HTML documents, types of tags, uses of specific tags like font and tables, heading tags, ordered and unordered lists, and examples of checkboxes and radio buttons. It also includes short questions about HTML tags, form submission, hyperlinks, and setting background color.
used tags in HTML. 2. What is form tag? Give example of five commonly used controls in HTML form. 3. Discus about HTML list tags. 4. What is HTML? Create an html program & describe it. 5. What is XML? What is difference between XML & HTML?
Short Questions (2/3 Marks)
1. Write the structure of an HTML document. 2. What are the different types of HTML tags? 3. What is the use of font tag in html? 4. Explain HTML Table. 5. What are the heading tags used in HTML? 6. Differentiate between order list and un-order list. 7. Distinguish between CheckBox and RadioButton with example. 8. What is Anchor Tag? 9. Mention important features of XML? 10. What are container tags? Give 3 Examples. 1 Mark Questions:
1. Which HTML tag inserts a horizontal straight line on a
web page? 2. Write HTML code to represent X2+Y3=Z4. 3. Which HTML tag represents largest heading? 4. Which tag is used to show table heading? 5. Which tag is used to specify the items in an Order list? 6. Which form control is best suitable to input gender from the user? 7. Data entry on a web page can be done using_________ 8. Input type=”________” will send the form data to its destination place. 9. Which tag is used to create Hyperlink? 10. Write an HTML code to set the background color of body to RED.