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. JavaScript method (function) that places string information into the body of a web page






2. MIME type for a WAV






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






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






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






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






7. New _____ in HTML add semantics and structure






8. Name of the '|' symbol






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






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






11. Useful site to check a browser's current ratings






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






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






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






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






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






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






18. Four other HTML5 semantic elements: _____ - time - figure - figcaption






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






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






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






22. Safari and Chrome both use the Webkit _______ engine






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






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






25. A MIME type describes the contents of a media file and helps a browser determine what to use to open it






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






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






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






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






30. Syntax for html container






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






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






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






34. Three elements used to make descriptions lists: <dl> - _____ - <dd>






35. Browser's internal representation of a web page






36. Approximate max number of characters in a title element






37. Version of HTML that preceded HTML5






38. An open source browser engine






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






40. _______________ are used to list terms and their descriptions






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






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






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






44. Attribute with the <a> tag that specifies the address you want to link to






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






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






47. Provides information about the contents of a web document






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






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






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