CS202 Mid Term Past Paper PDF
Document Details
Uploaded by WieldyPhotorealism
null
Tags
Summary
This document is a past paper for a CS202 midterm exam, covering various aspects of HTML, including elements for headings, line breaks, background colors, hyperlinks, creating lists, input fields, drop-down lists, and more. This exam focuses on the practical application of HTML tags and attributes.
Full Transcript
CS202 Mid Term Past Paper 1. What does HTML stand for? Hyper Text Markup Language Hyperlinks and Text Markup Language Home Tool Markup Language 2. Who is making the Web standards? Microsoft The World Wide Web Consortium Google Mozilla 3. Choose the...
CS202 Mid Term Past Paper 1. What does HTML stand for? Hyper Text Markup Language Hyperlinks and Text Markup Language Home Tool Markup Language 2. Who is making the Web standards? Microsoft The World Wide Web Consortium Google Mozilla 3. Choose the correct HTML element for the largest heading: 4. What is the correct HTML element for inserting a line break? 5. What is the correct HTML for adding a background color? yellow 6. Choose the correct HTML element to define important text 7. Choose the correct HTML element to define emphasized text 8. What is the correct HTML for creating a hyperlink? VuKiDuniya.com http:// www.vukiduniya.blogspot.com VuKiDuniya.com Vu Ki Duniya 9. Which character is used to indicate an end tag? ^ / < * 10. How can you open a link in a new tab/browser window? 11. Which of these elements are all elements? 12. How can you make a numbered list? 13. How can you make a bulleted list? 14. What is the correct HTML for making a checkbox? 15. What is the correct HTML for making a text input field? 16. What is the correct HTML for making a drop-down list? 17. What is the correct HTML for making a text area? 18. What is the correct HTML for inserting an image? image.gif 19. What is the correct HTML for inserting a background image? 20. Which HTML element defines the title of a document? 21. Which HTML attribute specifies an alternate text for an image, if the image cannot be displayed? longdesc title src alt 22. Which doctype is correct for HTML5? 23. Which HTML element is used to specify a footer for a document or section? 24. What is the correct HTML element for playing video files? 25. What is the correct HTML element for playing audio files? 26. The HTML global attribute, "contenteditable" is used to: Specify whether the content of an element should be editable or not Return the position of the first found occurrence of content inside a string Specifies a context menu for an element. The menu appears when a user right-clicks on the element Update content from the server 27. In HTML, onblur and onfocus are: Event attributes HTML elements Style attributes