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. 3 core technologies in HTML5 ________ - JavaScript APIs - and CSS






2. Easiest way to add audio to an HTML5 page






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






4. New _____ in HTML add semantics and structure






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






6. Common use of a link element that provides a 'custom' feel to your web page






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






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






9. Two parts of the _________: head and body






10. To deploy (publish) a website to the Internet you transfer your files with a(n) ____ program






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






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






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






14. Syntax for html container






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






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






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






18. Safari and Chrome both use the Webkit _______ engine






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






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






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






22. To deploy (publish) a website to the Internet you transfer your files with a(n) ____ program






23. Tabs & line returns and extra spaces are ____






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






25. Version of HTML that preceded HTML5






26. Command to establish the characters that compose a page






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






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






29. Tag used for metadata






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






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






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






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






34. Essential coding language in HTML5






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






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






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






38. Tag for ordered lists






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






40. Provides information about the contents of a web document






41. Attribute values are delimited by ______






42. An element without content or a closing tag






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






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






45. Tag used for metadata






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






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






48. Two parts of the _________: head and body






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






50. An unordered list is often called a ____ list