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. One of the most common media types and is also the encoding standard for audio; currently used on all Apple products






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






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






4. id and class names are __________






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






6. Four other HTML5 semantic elements: _____ - time - figure - figcaption






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






8. Apple's plug-in for video






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






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






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






12. Approximate max number of characters in a title element






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






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






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






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






17. An element without content or a closing tag






18. Two parts of the _________: head and body






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






20. Command to establish the characters that compose a page






21. An element without content or a closing tag






22. Browser's internal representation of a web page






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






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






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






26. Safari and Chrome both use the Webkit _______ engine






27. Tag used for metadata






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






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






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






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






32. Command to establish the characters that compose a page






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






34. MIME type for a SWF






35. Easiest way to add video to an HTML5 page






36. Essential coding language in HTML5






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






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






39. Six primary HTML5 semantic elements used for structuring a page (and are supported by the modern browsers): header - section - ______ - nav - aside - footer






40. Syntax for html container






41. HTML5's new elements are a _____ of HTML 4 elements which means older pages will continue to work in modern browsers






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






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






44. A free product that can convert one type of media to another






45. 'http://' is the _______ of a URL






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






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






48. It refers to an official Internet standard that specifies how messages must be formatted so that they can be exchanged between different email systems. It is a very flexible format - permitting one to include virtually any type of file or document in






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






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