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. The 5 top browers in order from best to worst in terms of their HTML5 ratings: Chrome - Opera - Firefox - Safari - _________






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






3. Browser's internal representation of a web page






4. Name of the '|' symbol






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






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






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






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






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






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






11. Safari and Chrome both use the Webkit _______ engine






12. id and class names are __________






13. Attribute values are delimited by ______






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






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






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






17. Image type used for small illustrations and logos






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






19. Syntax for html container






20. 'codec' stands for ______






21. Easiest way to add video to an HTML5 page






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






23. Tag used for metadata






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






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






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






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






28. MIME type for a MP3






29. Tabs & line returns and extra spaces are ____






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. Chrome - Safari and the Android and iPhone mobile browsers are based on_______






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






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






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






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






36. Tag for ordered lists






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






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






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






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






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






42. An element without content or a closing tag






43. If an <a> element links to a media file - the browser tries to display or play it by using the right media player. To help the browser find the right one - you can use the type attribute to specify a ____ type






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






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






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






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






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






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






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