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. MIME type for a PDF






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






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






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






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






6. Windows' plug-in for video






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






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






9. Adobe's plug-in for video






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






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






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






13. Attribute values are delimited by ______






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






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






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






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






18. _______________ are used to list terms and their descriptions






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






20. Tag for ordered lists






21. When you use the ____ element for media - you code all parameters as _____ - not as <param> elements






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






23. Provides information about the contents of a web document






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






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






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






27. New _____ in HTML add semantics and structure






28. Character entities begin with a ampersand (&) and end with a ______






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






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






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






32. Version of HTML that preceded HTML5






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






34. Essential coding language in HTML5






35. Software components used to 'decode' video files so they may be played






36. In addition to the required 'charset' metadata attribute - _____ and keywords attributes should be provided as well for SEO






37. Tag used for metadata






38. Image type used for small illustrations and logos






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






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






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






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






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






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






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






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






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






48. Safari and Chrome both use the Webkit _______ engine






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






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