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. Browser's internal representation of a web page






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






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






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






5. Image type used for photographs and scans






6. Extension used for a custom icon






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






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






9. The '#' symbol is called the pound or hash or number symbol; it's fancy name is ______






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






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






12. <a> is an example of a(n) _______ element






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






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






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






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






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






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






19. Approximate max number of characters in a title element






20. Apple's plug-in for video






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






22. Tag used for metadata






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






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






25. 'codec' stands for ______






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






27. Syntax for html container






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






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






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






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






32. Attribute values are delimited by ______






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






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






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






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






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






38. id and class names are __________






39. Essential coding language in HTML5






40. Provides information about the contents of a web document






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






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






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






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






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






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






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






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






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






50. Image type used for small illustrations and logos