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. A free text editor that can be used to edit HTML or CSS code






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






3. Safari and Chrome both use the Webkit _______ engine






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






5. MIME type for a MPG/MPEG






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






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






8. An open source browser engine






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






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






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






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






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






14. Tag for creating an image on a web page






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






16. Browser's internal representation of a web page






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






18. _______________ are used to list terms and their descriptions






19. HTML tag to code a hyperlink






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






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






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






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






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






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






26. MIME type for a WAV






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






28. Syntax for html container






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






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






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






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






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






34. id and class names are __________






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






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






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






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






39. Image type used for small illustrations and logos






40. The '#' symbol is called the pound or hash or number symbol; it's fancy name is ______






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






42. Extension used for a custom icon






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






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






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






46. Essential coding language in HTML5






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






48. Three tags for special types of text: pre - ______ - address






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






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