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. A very important element in the head of a page that provides search engine information






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






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






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






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






6. Apple's plug-in for video






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






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






9. 'codec' stands for ______






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






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






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






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






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






15. Name of the '|' symbol






16. Software components used to 'decode' video files so they may be played






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






18. A MIME type describes the contents of a media file and helps a browser determine what to use to open it






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






20. Safari and Chrome both use the Webkit _______ engine






21. Adobe's plug-in for video






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






23. Syntax for html container






24. It refers to an official Internet standard that specifies how messages must be formatted so that they can be exchanged between different email systems. It is a very flexible format - permitting one to include virtually any type of file or document in






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






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






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






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






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






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






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






32. Tabs & line returns and extra spaces are ____






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






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






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






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






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






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






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






40. Command to attach an external JavaScript (called 'myscripts.js' to a web page






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






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






43. A free product that can convert one type of media to another






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






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






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






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






48. An unordered list is often called a ____ list






49. MIME type for a MP3






50. Easiest way to add video to an HTML5 page