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. Command to attach an external JavaScript (called 'myscripts.js' to a web page






2. Links that jump to a location on the same page use _____ - created with the <a> element with the id attribute






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






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






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






6. Tag used for metadata






7. 'codec' stands for ______






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






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






10. Syntax for html container






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






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






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






14. Apple's plug-in for video






15. Tabs & line returns and extra spaces are ____






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






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






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






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






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






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






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






23. Fancy word to describe a code feature that has been phased out or shelved






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






25. Provides information about the contents of a web document






26. Command to establish the characters that compose a page






27. A ____ is a location on a page that can be linked to






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






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






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






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






32. Tag for creating an image on a web page






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






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






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






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






37. Approximate max number of characters in a title element






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






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






40. Tag used for metadata






41. Name of the '|' symbol






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






43. New _____ in HTML add semantics and structure






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






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






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






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






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






49. Provides information about the contents of a web document






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