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. Safari and Chrome both use the Webkit _______ engine






2. Provides information about the contents of a web document






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






4. Five inline elements for formatting text: i - b - ____ - sup - br






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






6. Tag used for metadata






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






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






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






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






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






12. Name of the '|' symbol






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






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






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






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






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






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






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






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






21. Easiest way to add audio to an HTML5 page






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






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






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






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






26. Tag used for metadata






27. Browser's internal representation of a web page






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






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






30. Block element that lets you divide a page into divisions that can be formatted and positioned with CSS






31. For images with useful content - always code a(n) _____ attribute that describes the image






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






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






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






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






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. Div and span elements should only be used when more ________ don't apply






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






39. MIME type for a WAV






40. An unordered list is often called a ____ list






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






42. Syntax for html container






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






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






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






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






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






48. HTML tag to code a hyperlink






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






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