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. An HTML document consists of two parts: DOCTYPE ______ and document tree






2. Version of HTML that preceded HTML5






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






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






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






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






7. Provides information about the contents of a web document






8. Two parts of the _________: head and body






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






10. An unordered list is often called a ____ list






11. Two parts of the _________: head and body






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






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






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






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






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






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






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






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






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






21. Three elements used to make descriptions lists: <dl> - _____ - <dd>






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






23. Extension used for a custom icon






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






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






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






27. Essential coding language in HTML5






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






29. A MIME type describes the contents of a media file and helps a browser determine what to use to open it






30. ________ structure <!-- blah blah blah -->






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






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






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






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






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






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






37. Tabs & line returns and extra spaces are ____






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






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






40. Safari and Chrome both use the Webkit _______ engine






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






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






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






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






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






46. A very important element in the head of a page that provides search engine information






47. Tag used for metadata






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






49. An element without content or a closing tag






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