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. Essential coding language in HTML5






2. Attribute values are delimited by ______






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






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






5. An HTML element that only has one tag (such as img or br) is sometimes known as a _______ tag






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






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






8. 'codec' stands for ______






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






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






11. 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"....






12. In addition to the required 'charset' metadata attribute - _____ and keywords attributes should be provided as well for SEO






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






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






15. Windows' plug-in for video






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






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






18. MIME type for a SWF






19. Fancy word to describe a code feature that has been phased out or shelved






20. Approximate max number of characters in a title element






21. An unordered list is often called a ____ list






22. Provides information about the contents of a web document






23. JavaScript method (function) that places string information into the body of a web page






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






25. Easiest way to add video to an HTML5 page






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






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






28. MIME type for a WAV






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






30. Apple's plug-in for video






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






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






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






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






35. Tabs & line returns and extra spaces are ____






36. Browser's internal representation of a web page






37. If you don't specify the MIME type for a file - it will be opened in the browser's _____ media player for that media type






38. The html element is the _____ element of the tree






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






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






41. Easiest way to add audio to an HTML5 page






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






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






44. Version of HTML that preceded HTML5






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






46. In the code for a video element - the _____ attribute lets you specify an image file to be used as a static image in place of the video that would otherwise begin playing automatically.






47. To see if an HTML file passes a standard of compliance ________ an HTML file






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






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






50. The two main kinds of _______ in HTML: ordered and unordered