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. HTML code elements should be in lower case except for the ____________ which is in upper case






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






3. 'http://www.yahoo.com/movies.html' is an example of a _____ path






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






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






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






7. Image type used for photographs and scans






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






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






10. Attribute used to provide "tooltips" when a user hovers the mouse over the element






11. Always code the _____ attribute on the html element to identify the language of the page






12. Syntax for html container






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






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






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






16. MIME type for a MPG/MPEG






17. Two parts of the _________: head and body






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






19. _______________ are used to list terms and their descriptions






20. In the code for a video element - the _____ attribute lets you specify an image file to be used as a static image in place of the video that would otherwise begin playing automatically.






21. Provides information about the contents of a web document






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






23. Syntax for html container






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






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






26. The two main kinds of _______ in HTML: ordered and unordered






27. MIME type for a PDF






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






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






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






31. Tabs & line returns and extra spaces are ____






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






33. Four core HTML attributes: id - _____ - title - lang






34. Browser's internal representation of a web page






35. Tabs & line returns and extra spaces are ____






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






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






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






39. Approximate max number of characters in a title element






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






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






42. Attribute values are delimited by ______






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






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






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






46. Technically a type of uniform resource identifier (URI) but in many technical documents and verbal discussions _______ is often used as a synonym for URI






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






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






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






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