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. Identify the error: <p>We <i>love the web</p></i> __________: the <i> pair must be fully enclosed in the <p> pair






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






3. Essential coding language in HTML5






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






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






6. The '#' symbol is called the pound or hash or number symbol; it's fancy name is ______






7. Syntax for html container






8. Adobe's plug-in for video






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






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






11. Ten inline elements for identifying content abbr - cite - code - dfn - em - kbd - q - ____ - strong - var






12. <a> is an example of a(n) _______ element






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






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






15. Description lists were called _____ lists in HTML4 - but they were renamed because you can code more than one <dd> element for each <dt> element






16. Command to attach an external style sheet (called 'mystyles.css' to a web page






17. HTML code elements should be in lower case except for the ____________ which is in upper case






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






19. An open source browser engine






20. When you use the ____ element for media - you code all parameters as _____ - not as <param> elements






21. Safari and Chrome both use the Webkit _______ engine






22. Discover/correct problems in an HTML file: _____ an HTML file






23. Five inline elements for formatting text: i - b - ____ - sup - br






24. Image type used for small illustrations and logos






25. It's a best practice to code a series of links within a _______ list






26. Five common attributes for an image tag: src - ____ - height - width - title






27. Tag for ordered lists






28. _______________ are used to list terms and their descriptions






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






30. The 5 top browers in order from best to worst in terms of their HTML5 ratings: Chrome - Opera - Firefox - Safari - _________






31. Three elements used to make descriptions lists: <dl> - _____ - <dd>






32. Command to attach an external style sheet (called 'mystyles.css' to a web page






33. Prefix on a path that navigates up from a child to a parent folder






34. id and class names are __________






35. Provides information about the contents of a web document






36. Inline element that lets you identify text that can be formatted with CSS






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






38. MIME type for a MPG/MPEG






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






40. Regarding media for a web page: If you are having trouble getting the <object> & <param> elements to work properly - ______ is supported by HTML5 and may be a useful alternative






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






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






43. An HTML document consists of two parts: DOCTYPE ______ and document tree






44. MIME type for a WAV






45. Easiest way to add video to an HTML5 page






46. New _____ in HTML add semantics and structure






47. Safari and Chrome both use the Webkit _______ engine






48. Three common attributes for the meta tag: _____ - name and content






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






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