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






2. id and class names are __________






3. Two parts of the _________: head and body






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






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






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






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






8. Approximate max number of characters in a title element






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






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






11. MIME type for a WAV






12. Syntax for html container






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






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






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






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






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






18. 'codec' stands for ______






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






20. Safari and Chrome both use the Webkit _______ engine






21. Tag used for metadata






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






23. An unordered list is often called a ____ list






24. Essential coding language in HTML5






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






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






27. MIME type for a MP3






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






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






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






31. Browser's internal representation of a web page






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






33. Tabs & line returns and extra spaces are ____






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






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






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






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






38. Command to establish the characters that compose a page






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






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






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






42. Essential coding language in HTML5






43. Attribute used to provide "tooltips" when a user hovers the mouse over the element






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






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






46. Symbol often used to delimit phrases within a title tag's content






47. Safari and Chrome both use the Webkit _______ engine






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






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






50. A free text editor that can be used to edit HTML or CSS code