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. To deploy (publish) a website to the Internet you transfer your files with a(n) ____ program






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






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






4. Easiest way to add audio to an HTML5 page






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






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






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






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






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






10. Attribute values are delimited by ______






11. New _____ in HTML add semantics and structure






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






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






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






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






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






17. Apple's plug-in for video






18. MIME type for a PDF






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






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






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






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






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






24. id and class names are __________






25. _______________ are used to list terms and their descriptions






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






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






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






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






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






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






32. MIME type for a MP3






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






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






35. One of the most widely-used media types for audio






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






37. Windows' plug-in for video






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






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






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






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






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






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






44. Write a hyperlink - that jumps to a placeholder with an id of 'top' on the home page of the site (assume you are not on that page now). The link should read "Return to Home"....






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






46. For browsers that don't support video or audio elements - you can ____ an object element within the video or audio element to play a flash file






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






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






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






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