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. An element without content or a closing tag






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






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






4. Tabs & line returns and extra spaces are ____






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






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






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






8. Syntax for html container






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






10. Easiest way to add audio to an HTML5 page






11. Provides information about the contents of a web document






12. Tabs & line returns and extra spaces are ____






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






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






15. A website should (must) be contained in a folder called the _____






16. Two parts of the _________: head and body






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






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






19. Common use of a link element that provides a 'custom' feel to your web page






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






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






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






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






24. Name of the '|' symbol






25. Windows' plug-in for video






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






27. Making sure a page looks good on multiple browsers of various vintages






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






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






30. Tag for creating an image on a web page






31. New _____ in HTML add semantics and structure






32. Version of HTML that preceded HTML5






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






34. Four core HTML attributes: id - _____ - title - lang






35. Essential coding language in HTML5






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






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






38. description terms (<dt>) can only contain text and ______ elements






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






40. HTML tag to code a hyperlink






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






42. _______________ are used to list terms and their descriptions






43. New _____ in HTML add semantics and structure






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






45. MIME type for a MP3






46. Image attribute that provides a screen (tool) tip






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






48. Easiest way to add video to an HTML5 page






49. Tag used for metadata






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