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. Using the _____ element is a good way to display YouTube videos in your web pages






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






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






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






5. An open source browser engine






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






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






8. Easiest way to add video to an HTML5 page






9. Extension used for a custom icon






10. Tag used for metadata






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






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






13. Image type used for high quality (many colors - gradients) where transparency is required






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. In the command: <li>bag of apples</li> the phrase 'bag of apples' is called the _____ of the element






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






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






18. '/login.html' is an example of a ____ path






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






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






21. An element without content or a closing tag






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






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






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






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






26. id and class names are __________






27. Useful site to check a browser's current ratings






28. Attribute values are delimited by ______






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






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






31. Software components used to 'decode' video files so they may be played






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






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






34. Approximate max number of characters in a title element






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






36. Safari and Chrome both use the Webkit _______ engine






37. Provides information about the contents of a web document






38. Useful site to check a browser's current ratings






39. HTML tag to code a hyperlink






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






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






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






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






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






45. Easiest way to add audio to an HTML5 page






46. Version of HTML that preceded HTML5






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






48. Birthed in 2005 - this language was created to expedite web development and is central to making web pages look good on mobile devices






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






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