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 product that can convert one type of media to another






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






3. MIME type for a MPG/MPEG






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






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






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






7. Image type used for photographs and scans






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






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






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






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






12. Tag for ordered lists






13. Browser's internal representation of a web page






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






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






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






17. Safari and Chrome both use the Webkit _______ engine






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






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






20. The attribute used to help a screen reader pronounce words correctly






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






22. Tag for creating an image on a web page






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






24. Approximate max number of characters in a title element






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






26. The html element is the _____ element of the tree






27. MIME type for a WAV






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






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






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






31. Essential coding language in HTML5






32. Image type used for high quality (many colors - gradients) where transparency is required






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






34. Two parts of the _________: head and body






35. Tabs & line returns and extra spaces are ____






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






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






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






39. Apple's plug-in for video






40. Two parts of the _________: head and body






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






42. Command to establish the characters that compose a page






43. Windows' plug-in for video






44. Easiest way to add video to an HTML5 page






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






46. For images that are used solely for decoration - use this attribute - which is known as a ______ attribute






47. Syntax for html container






48. Fancy word to describe a code feature that has been phased out or shelved






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






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