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. To display special characters (often those without keyboard values - such as a 'smiley') - use character _____






2. Browser's internal representation of a web page






3. Easiest way to add video to an HTML5 page






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






5. Version of HTML that preceded HTML5






6. Easiest way to add audio to an HTML5 page






7. Tabs & line returns and extra spaces are ____






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






9. Discover/correct problems in an HTML file: _____ an HTML file






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






11. _______________ are used to list terms and their descriptions






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






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






14. An element without content or a closing tag






15. Two parts of the _________: head and body






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






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






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






19. Five inline elements for formatting text: i - b - ____ - sup - br






20. For browsers that don't support video or audio elements - you can ____ an object element within the video or audio element to play a flash file






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






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






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






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






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






26. Syntax for html container






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






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






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






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






31. MIME type for a MP3






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






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






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






35. An element without content or a closing tag






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






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






38. Apple's plug-in for video






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






40. Regarding media for a web page: If you are having trouble getting the <object> & <param> elements to work properly - ______ is supported by HTML5 and may be a useful alternative






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






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






43. Attribute values are delimited by ______






44. Always code the _____ attribute on the html element to identify the language of the page






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






46. New _____ in HTML add semantics and structure






47. Extension used for a custom icon






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






49. Version of HTML that preceded HTML5






50. Attribute used to provide "tooltips" when a user hovers the mouse over the element