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. Tabs & line returns and extra spaces are ____






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






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






4. Two parts of the _________: head and body






5. Essential coding language in HTML5






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






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






8. Image type used for photographs and scans






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






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






11. 'codec' stands for ______






12. Image type used for small illustrations and logos






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






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






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






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






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






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






19. New _____ in HTML add semantics and structure






20. _______________ are used to list terms and their descriptions






21. A free product that can convert one type of media to another






22. Three common video codecs: H.264 - _____ - VP8






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






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






25. description terms (<dt>) can only contain text and ______ elements






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






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






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






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






30. Tabs & line returns and extra spaces are ____






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






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






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






34. Safari and Chrome both use the Webkit _______ engine






35. Version of HTML that preceded HTML5






36. Tag used for metadata






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






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






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






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






41. Five inline elements for formatting text: i - b - ____ - sup - br






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






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






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






45. Tag used for metadata






46. Apple's plug-in for video






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






48. When you use the ____ element for media - you code all parameters as _____ - not as <param> elements






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






50. 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"....