Quiz

download Quiz

of 11

description

Quiz

Transcript of Quiz

1. What does HTML stand for?

Home Tool Markup Language

Hyperlinks and Text Markup Language

Hyper Text Markup Language

2. Who is making the Web standards?

Mozilla

Microsoft

The World Wide Web Consortium

Google

3. Choose the correct HTML tag for the largest heading

4. What is the correct HTML tag for inserting a line break?


5. What is the preferred way for adding a background color in HTML?

yellow

6. Choose the correct HTML tag to make a text bold

7. Choose the correct HTML tag to make a text italic8. What is the correct HTML for creating a hyperlink?http://www.w3schools.comW3Schools.comW3Schools.comW3Schools9. How can you create an e-mail link?xxx@yyy10. How can you open a link in a new tab/browser window?11. Which of these tags are all tags?12. In HTML, inline elements are normally displayed without starting a new line.TrueFalse13. How can you make a numbered list?

14. How can you make a bulleted list?15. What is the correct HTML for making a checkbox?16. What is the correct HTML for making a text input field?17. What is the correct HTML for making a drop-down list?18. What is the correct HTML for making a text area?19. What is the correct HTML for inserting an image?image.gif20. What is the correct HTML for inserting a background image?HTML5 QUIZ1. What is the previous version of HTML, prior to HTML5?HTML 4.1HTML 4.9HTML 4HTML 4.012. Which doctype is correct for HTML5?3. Which HTML5 element is used to specify a footer for a document or section?4. Which of the following elements is no longer supported in HTML5?5. Which of the following elements is no longer supported in HTML5?6. In HTML5, onblur and onfocus are:Event attributesHTML elementsStyle attributes7. What is the correct HTML5 element for playing video files?8. What is the correct HTML5 element for playing audio files?9. Which attribute for elements is no longer required in HTML5?hreftyperelsrc10. In HTML5, which method is used to get the current location of a user?getPosition()getUserPosition()getCurrentPosition()11. The new HTML5 global attribute, "contenteditable" is used to:Specifies a context menu for an element. The menu appears when a user right-clicks on the elementUpdate content from the serverReturn the position of the first found occurrence of content inside a stringSpecify whether the content of an element should be editable or not12. In HTML5, contextmenu and spellcheck are:Style attributesHTML elementsEvent attributesHTML attributes13. In HTML5, you can embed SVG elements directly into an HTML page.FalseTrue14. Graphics defined by SVG is in which format?XMLHTMLCSS15. The element in HTML5 is used to:manipulate data in MySQLcreate draggable elementsdraw graphicsdisplay database records16. Which built-in HTML5 object is used to draw on the canvas?getGraphicsgetContentgetContextgetCanvas17. In HTML5, which attribute is used to specify that an input field must be filled out?placeholderrequiredvalidateformvalidate18. Which input type defines a slider control?searchslidercontrolsrange19. Which input type defines a week and year control (no time zone)?yearweekdate20. Which HTML5 element is used to display a scalar measurement within a known range?HTML. Quiz1. What does HTML stand for?Hyper Text Markup LanguageHome Tool Markup LanguageHyperlinks and Text Markup Language 2. Who is making the Web standards?The World Wide Web ConsortiumMozillaMicrosoft3. Choose the correct HTML tag for the largest heading4. What is the correct HTML tag for inserting a line break?
5. What is the preferred way for adding a background color in HTML?yellow6. Choose the correct HTML tag to make a text bold7. Choose the correct HTML tag to make a text italic8. What is the correct HTML for creating a hyperlink?http://www.w3schools.comW3Schools.comW3SchoolsW3Schools.com9. How can you create an e-mail link?xxx@yyy10. How can you open a link in a new browser window?11. Which of these tags are all tags?12. Choose the correct HTML to left-align the content inside a tablecell13. How can you make a list that lists the items with numbers?
14. How can you make a list that lists the items with bullets?15. What is the correct HTML for making a checkbox?16. What is the correct HTML for making a text input field?17. What is the correct HTML for making a drop-down list?18. What is the correct HTML for making a text area?19. What is the correct HTML for inserting an image?image.gif20. What is the correct HTML for inserting a background image?