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. Three common video codecs: H.264 - _____ - VP8






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






3. MIME type for a PDF






4. Div and span elements should only be used when more ________ don't apply






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






6. Technically a type of uniform resource identifier (URI) but in many technical documents and verbal discussions _______ is often used as a synonym for URI






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






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






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






10. Three elements used to make descriptions lists: <dl> - _____ - <dd>






11. 'http://' is the _______ of a URL






12. Two parts of the _________: head and body






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






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






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






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






17. Tabs & line returns and extra spaces are ____






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






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






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






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






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






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






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






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






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






27. Version of HTML that preceded HTML5






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






29. MIME type for a MP3






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






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






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






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






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






35. Easiest way to add audio to an HTML5 page






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






37. Image type used for photographs and scans






38. New _____ in HTML add semantics and structure






39. Command to establish the characters that compose a page






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






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






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






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






44. Provides information about the contents of a web document






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






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






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






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






49. Symbol often used to delimit phrases within a title tag's content






50. Syntax for html container