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. HTML code elements should be in lower case except for the ____________ which is in upper case






2. New _____ in HTML add semantics and structure






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






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






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






6. New _____ in HTML add semantics and structure






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






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






9. Name of the '|' symbol






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






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






12. _______________ are used to list terms and their descriptions






13. In addition to the required 'charset' metadata attribute - _____ and keywords attributes should be provided as well for SEO






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






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






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






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






18. Attribute with the <a> tag that specifies the address you want to link to






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






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






21. Image type used for small illustrations and logos






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






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






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






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






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






27. To deploy (publish) a website to the Internet you transfer your files with a(n) ____ program






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






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






30. To deploy (publish) a website to the Internet you transfer your files with a(n) ____ program






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






32. Description lists were called _____ lists in HTML4 - but they were renamed because you can code more than one <dd> element for each <dt> element






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






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






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






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






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






38. Five common attributes for an image tag: src - ____ - height - width - title






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






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






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






42. Provides information about the contents of a web document






43. Provides information about the contents of a web document






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






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






46. Three image formats supported by most browsers: jpeg (jpg) - gif - _____






47. The 5 top browers in order from best to worst in terms of their HTML5 ratings: Chrome - Opera - Firefox - Safari - _________






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






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






50. Syntax for html container