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. Three common attributes for the meta tag: _____ - name and content






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






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






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






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






6. Approximate max number of characters in a title element






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






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






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






10. New _____ in HTML add semantics and structure






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






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






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






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






15. Tag used for metadata






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






17. Essential coding language in HTML5






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






19. Safari and Chrome both use the Webkit _______ engine






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






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






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






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






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






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






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






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






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






29. Image attribute that provides a screen (tool) tip






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






31. Browser's internal representation of a web page






32. Tabs & line returns and extra spaces are ____






33. The HTML for a navigation list is best coded as a series of <a> elements within the ___ elements of an unordered (<ul>) list






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






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






36. Easiest way to add video to an HTML5 page






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






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






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






40. Tabs & line returns and extra spaces are ____






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






42. Attribute values are delimited by ______






43. Extension used for a custom icon






44. Block element that lets you divide a page into divisions that can be formatted and positioned with CSS






45. HTML tag to code a hyperlink






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






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






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






49. Name of the '|' symbol






50. Two parts of the _________: head and body