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 unordered list is often called a ____ list






2. Attribute values are delimited by ______






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






4. MIME type for a WAV






5. An element without content or a closing tag






6. Extension used for a custom icon






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






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






9. Safari and Chrome both use the Webkit _______ engine






10. Write a hyperlink - nested in a paragraph - that jumps to a placeholder with an id of 'top' on the same page as the link. The link should read "Return to top"....






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






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






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






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






15. Character entities begin with a ampersand (&) and end with a ______






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






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






18. A ____ is a location on a page that can be linked to






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






20. Command to establish the characters that compose a page






21. Version of HTML that preceded HTML5






22. New _____ in HTML add semantics and structure






23. Easiest way to add audio to an HTML5 page






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






25. To display special characters (often those without keyboard values - such as a 'smiley') - use character _____






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






27. An open source browser engine






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






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






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






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






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






33. Windows' plug-in for video






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






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






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






37. Links that jump to a location on the same page use _____ - created with the <a> element with the id attribute






38. Tag for unordered lists






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






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






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






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






43. Tag for ordered lists






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






45. An open source browser engine






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






47. Inline element that lets you identify text that can be formatted with CSS






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






49. HTML tag to code a hyperlink






50. Easiest way to add video to an HTML5 page