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. The height and width attributes may be used to '________' an image to a given dimension.






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






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






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






5. Safari and Chrome both use the Webkit _______ engine






6. Software components used to 'decode' video files so they may be played






7. Browser's internal representation of a web page






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






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






10. _____ refers to the qualities that make a web site accessible to users especially disabled users






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






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






13. Syntax for html container






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






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






16. In the code for a video element - the _____ attribute lets you specify an image file to be used as a static image in place of the video that would otherwise begin playing automatically.






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






18. An unordered list is often called a ____ list






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






20. MIME type for a MP3






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






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






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






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






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






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






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






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






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






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






31. Attribute values are delimited by ______






32. HTML tag to code a hyperlink






33. _____ refers to the qualities that make a web site accessible to users especially disabled users






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






35. Essential coding language in HTML5






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






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






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






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






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






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






42. Three tags for special types of text: pre - ______ - address






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






44. MIME type for a MPG/MPEG






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






46. Tag used for metadata






47. Tabs & line returns and extra spaces are ____






48. Windows' plug-in for video






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






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