Test your basic knowledge |

Html5 Basics

Subject : it-skills
Instructions:
  • Answer 50 questions in 15 minutes.
  • If you are not ready to take this test, you can study here.
  • Match each statement with the correct term.
  • Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.

This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Useful site to check a browser's current ratings






2. Sockets - Canvas - Video - Web Workers and Local Storage are examples of ___________ ______






3. description terms (<dt>) can only contain text and ______ elements






4. To deploy (publish) a website to the Internet you transfer your files with a(n) ____ program






5. Attribute used to provide "tooltips" when a user hovers the mouse over the element






6. True or false: charset metadata is required for HTML5 validation






7. <input type="checkbox" name="mailList" checked> In this element 'checked' is a _____ attribute






8. In the command: <li>bag of apples</li> the phrase 'bag of apples' is called the _____ of the element






9. MIME type for a PDF






10. Tag used for metadata






11. To display special characters (often those without keyboard values - such as a 'smiley') - use character _____






12. You should use ____ to control the space between block elements






13. A ____ is a location on a page that can be linked to






14. Two parts of the _________: head and body






15. Tabs & line returns and extra spaces are ____






16. Block element that lets you divide a page into divisions that can be formatted and positioned with CSS






17. True or false: Heading tags are the preferred way to size text.






18. Provides information about the contents of a web document






19. MIME type for a MPG/MPEG






20. Syntax for html container






21. Chrome - Safari - Firefox and Internet Explorer are examples of _________






22. Command to attach an external JavaScript (called 'myscripts.js' to a web page






23. Character entities begin with a ampersand (&) and end with a ______






24. Image type used for photographs and scans






25. Provides information about the contents of a web document






26. Easiest way to add video to an HTML5 page






27. Safari and Chrome both use the Webkit _______ engine






28. For images that are used solely for decoration - use this attribute - which is known as a ______ attribute






29. MIME type for a SWF






30. Identify the error: <p>We <i>love the web</p></i> __________: the <i> pair must be fully enclosed in the <p> pair






31. A website should (must) be contained in a folder called the _____






32. Making sure a page looks good on multiple browsers of various vintages






33. _______________ are used to list terms and their descriptions






34. To say that a browser "_______" supports a media type means that the browser doesn't require a plug-in for it.






35. Two common examples of ________: <br> and <img>






36. Image type used for small illustrations and logos






37. Write a hyperlink - nested in a paragraph - that jumps to a placeholder with an id of 'top' on the same page as the link. The link should read "Return to top"....






38. One of the most common media types and is also the encoding standard for audio; currently used on all Apple products






39. An open source browser engine






40. Two parts of the _________: head and body






41. A MIME type describes the contents of a media file and helps a browser determine what to use to open it






42. Tag for an item within a list (either ordered or unordered)






43. ________ structure <!-- blah blah blah -->






44. _____ refers to the qualities that make a web site accessible to users especially disabled users






45. 3 core technologies in HTML5 ________ - JavaScript APIs - and CSS






46. Extension used for a custom icon






47. Two common examples of ________: <br> and <img>






48. Using the _____ element is a good way to display YouTube videos in your web pages






49. Four core HTML attributes: id - _____ - title - lang






50. Three tags for special types of text: pre - ______ - address