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. Easiest way to add audio to an HTML5 page






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






3. Provides information about the contents of a web document






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






5. Chrome - Safari and the Android and iPhone mobile browsers are based on_______






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






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






8. Image type used for photographs and scans






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






10. The height and width attributes may be used to '________' an image to a given dimension.






11. Common use of a link element that provides a 'custom' feel to your web page






12. Command to establish the characters that compose a page






13. Three common video codecs: H.264 - _____ - VP8






14. For browsers that don't support video or audio elements - you can ____ an object element within the video or audio element to play a flash file






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






16. If an <a> element links to a media file - the browser tries to display or play it by using the right media player. To help the browser find the right one - you can use the type attribute to specify a ____ type






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






18. 'http://www.yahoo.com/movies.html' is an example of a _____ path






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






20. Version of HTML that preceded HTML5






21. 'images/logo.gif' is an example of a ____ path






22. Provides information about the contents of a web document






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






24. Character coding that has support for many alphabets including non-western ones






25. Syntax for html container






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






27. Write a hyperlink - that jumps to a placeholder with an id of 'top' on the home page of the site (assume you are not on that page now). The link should read "Return to Home"....






28. Running an HTML file on all of the browsers you may use: ______ an HTML file






29. The attribute used to help a screen reader pronounce words correctly






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






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






32. Attribute values are delimited by ______






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






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






35. Version of HTML that preceded HTML5






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






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






38. Tag for creating an image on a web page






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






40. Chrome - Safari and the Android and iPhone mobile browsers are based on_______






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






42. Identify the error: <p>What's wrong now?<p> ________ does not have a '/'






43. id and class names are __________






44. New _____ in HTML add semantics and structure






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






46. Multiple attributes are separated by a(n) ______






47. For images with useful content - always code a(n) _____ attribute that describes the image






48. 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






49. Attribute with the <a> tag that specifies the address you want to link to






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