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. Sockets - Canvas - Video - Web Workers and Local Storage are examples of ___________ ______






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






3. An open source browser engine






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






5. Provides information about the contents of a web document






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






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






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






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






10. HTML tag to code a hyperlink






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






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






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






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






15. Tabs & line returns and extra spaces are ____






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






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






18. Tabs & line returns and extra spaces are ____






19. Tag used for metadata






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






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






22. Tag for unordered lists






23. An element without content or a closing tag






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






25. MIME type for a MPG/MPEG






26. Tag for creating an image on a web page






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






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






29. An open source browser engine






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






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






32. Tag for ordered lists






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






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






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






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






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






38. It's a best practice to code a series of links within a _______ list






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






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






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






42. Syntax for html container






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






44. New _____ in HTML add semantics and structure






45. Tag used for metadata






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






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






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






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






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