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. Four other HTML5 semantic elements: _____ - time - figure - figcaption






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






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






4. Tabs & line returns and extra spaces are ____






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






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






7. Version of HTML that preceded HTML5






8. Running an HTML file on all of the browsers you may use: ______ an HTML file






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






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






11. Two parts of the _________: head and body






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






13. Tag for creating an image on a web page






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






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






16. Tabs & line returns and extra spaces are ____






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






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






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






20. Image type used for photographs and scans






21. Links that jump to a location on the same page use _____ - created with the <a> element with the id attribute






22. Windows' plug-in for video






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






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






25. 3 core technologies in HTML5 ________ - JavaScript APIs - and CSS






26. Browser's internal representation of a web page






27. MIME type for a MPG/MPEG






28. Safari and Chrome both use the Webkit _______ engine






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






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






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






32. Provides information about the contents of a web document






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






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






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






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






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






38. 'images/logo.gif' is an example of a ____ path






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






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






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






42. In the code for a video element - the _____ attribute lets you specify an image file to be used as a static image in place of the video that would otherwise begin playing automatically.






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






44. Tag used for metadata






45. _____ refers to the qualities that make a web site accessible to users especially disabled users






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






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






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






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






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