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 see if an HTML file passes a standard of compliance ________ an HTML file






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






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






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






5. Prefix on a path that navigates up from a child to a parent folder






6. To display special characters (often those without keyboard values - such as a 'smiley') - use character _____






7. New _____ in HTML add semantics and structure






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






9. HTML tag to code a hyperlink






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






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






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






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






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






15. Provides information about the contents of a web document






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






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






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






19. One of the most common media types and is also the encoding standard for audio; currently used on all Apple products






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






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






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






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






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






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






26. Tag used for metadata






27. New _____ in HTML add semantics and structure






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






29. Version of HTML that preceded HTML5






30. _______________ are used to list terms and their descriptions






31. Tag for unordered lists






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






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






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






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






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






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






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






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






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






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






42. Syntax for html container






43. A very important element in the head of a page that provides search engine information






44. Image type used for photographs and scans






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






46. Tag for creating an image on a web page






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






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






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






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