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. Technically a type of uniform resource identifier (URI) but in many technical documents and verbal discussions _______ is often used as a synonym for URI






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






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






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






5. Browser's internal representation of a web page






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






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






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






9. Using the _____ element is a good way to display YouTube videos in your web pages






10. 'codec' stands for ______






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






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






13. MIME type for a MP3






14. An unordered list is often called a ____ list






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






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






17. Safari and Chrome both use the Webkit _______ engine






18. Tabs & line returns and extra spaces are ____






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






20. Provides information about the contents of a web document






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






22. Tag for unordered lists






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






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






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






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






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






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






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






30. True or false: charset metadata is required for HTML5 validation






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






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






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






34. New _____ in HTML add semantics and structure






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






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






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






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






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






40. MIME type for a PDF






41. Essential coding language in HTML5






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






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






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






45. Regarding media for a web page: If you are having trouble getting the <object> & <param> elements to work properly - ______ is supported by HTML5 and may be a useful alternative






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






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






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






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






50. Easiest way to add audio to an HTML5 page