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. Write a hyperlink - nested in a paragraph - that jumps to a placeholder with an id of 'top' on the same page as the link. The link should read "Return to top"....






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






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






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






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






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






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






8. Image type used for photographs and scans






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






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






11. Version of HTML that preceded HTML5






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






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






14. Image type used for small illustrations and logos






15. MIME type for a PDF






16. Approximate max number of characters in a title element






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






18. Essential coding language in HTML5






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






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






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






22. Three common attributes for the meta tag: _____ - name and content






23. 'images/logo.gif' is an example of a ____ path






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. Five common attributes for an image tag: src - ____ - height - width - title






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






27. The attribute used to help a screen reader pronounce words correctly






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






29. MIME type for a MPG/MPEG






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






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






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






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






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






35. An element without content or a closing tag






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






37. Description lists were called _____ lists in HTML4 - but they were renamed because you can code more than one <dd> element for each <dt> element






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






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






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






41. Adobe's plug-in for video






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






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






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






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






46. The height and width attributes may be used to '________' an image to a given dimension.






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






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






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






50. You should use ____ to control the space between block elements