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. An HTML element that only has one tag (such as img or br) is sometimes known as a _______ tag






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






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






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






5. Command to establish the characters that compose a page






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






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






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






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






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






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






12. Command to establish the characters that compose a page






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






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






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






16. Adobe's plug-in for video






17. Approximate max number of characters in a title element






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






19. An element without content or a closing tag






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






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






22. Easiest way to add video to an HTML5 page






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






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






25. Birthed in 2005 - this language was created to expedite web development and is central to making web pages look good on mobile devices






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






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






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






29. MIME type for a WAV






30. Two parts of the _________: head and body






31. Command to attach an external style sheet (called 'mystyles.css' to a web page






32. Tag used for metadata






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






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






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






36. Two parts of the _________: head and body






37. Image type used for small illustrations and logos






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






39. Browser's internal representation of a web page






40. Attribute values are delimited by ______






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






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






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






44. For browsers that don't support video or audio elements - you can ____ an object element within the video or audio element to play a flash file






45. Tag for ordered lists






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






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






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






49. An unordered list is often called a ____ list






50. Tag for creating an image on a web page