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. Tabs & line returns and extra spaces are ____






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






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






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






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






6. Provides information about the contents of a web document






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






8. Easiest way to add video to an HTML5 page






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






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






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






12. Adobe's plug-in for video






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






14. MIME type for a SWF






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






16. id and class names are __________






17. HTML tag to code a hyperlink






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






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






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






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






22. Tag used for metadata






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






24. MIME type for a WAV






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






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






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






28. Easiest way to add audio to an HTML5 page






29. An element without content or a closing tag






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






31. Version of HTML that preceded HTML5






32. Two parts of the _________: head and body






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






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






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






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






37. The HTML for a navigation list is best coded as a series of <a> elements within the ___ elements of an unordered (<ul>) list






38. Browser's internal representation of a web page






39. New _____ in HTML add semantics and structure






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






41. One of the most widely-used media types for audio






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






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






44. Tabs & line returns and extra spaces are ____






45. _______________ are used to list terms and their descriptions






46. Technically a type of uniform resource identifier (URI) but in many technical documents and verbal discussions _______ is often used as a synonym for URI






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






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






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






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