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. Command to attach an external JavaScript (called 'myscripts.js' to a web page






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






4. Syntax for html container






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






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






7. Image attribute that provides a screen (tool) tip






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






9. Common use of a link element that provides a 'custom' feel to your web page






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






11. An open source browser engine






12. Version of HTML that preceded HTML5






13. Tag for an item within a list (either ordered or unordered)






14. MIME type for a WAV






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






16. Easiest way to add video to an HTML5 page






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






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






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






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






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






22. If you don't specify the MIME type for a file - it will be opened in the browser's _____ media player for that media type






23. description terms (<dt>) can only contain text and ______ elements






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






25. Two parts of the _________: head and body






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






27. Tag used for metadata






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






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






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






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






32. Three image formats supported by most browsers: jpeg (jpg) - gif - _____






33. Four core HTML attributes: id - _____ - title - lang






34. HTML code elements should be in lower case except for the ____________ which is in upper case






35. New _____ in HTML add semantics and structure






36. MIME type for a SWF






37. _______________ are used to list terms and their descriptions






38. Name of the '|' symbol






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






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






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






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






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






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






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






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






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






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






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






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