Fiverr HTML5 Test Questions & Answers
Jan 28, 2026
48 views
How to get started
Below are the Fiverr HTML5 Test Questions with Answers. To locate the answers quickly, you can utilize Ctrl + F on this page. Here's a guide on how to prepare before starting the test:
- Access Fiverr through the Chrome Browser on your Smartphone and log in.
- Have your desktop or laptop available. If you encounter difficulties solving any questions, using a desktop or laptop will make finding the answers much simpler compared to using a smartphone.
- Ensure you have both a laptop and smartphone ready before proceeding.
Fiverr HTML5 Test Questions and Answers
Note: Correct answers are highlighted in Green.
1. Which media event is triggered when there is an error in fetching media data in HTML 5.0?
2. Which of the following video file formats are currently supported by the <video> element of HTML 5.0?
3. Which of the following is NOT a valid value for the <iframe> sandbox attribute in HTML 5.0?
4. Which of the following is an INVALID value for the type attribute of the command tag?
5. What is the function of the history traversal task source in HTML 5.0?
6. What will be the result if you use the following code to your HTML 5.0 document?
<p>I use <del>MAC</del> <ins>Microsoft</ins>!</p>
7. You want to create a link for your website allowing users to email the webmaster. How will you implement this if the webmaster’s email address is [email protected]?
8. In HTML 5.0, how will the script be executed if you use the script element shown below?
<script src="script.js" type="text/javascript" defer="defer"></script>
9. What is the output when you use the HTML 5.0 code snippet shown below?
<body>
10. A computer programming book has to go online. Which of the following tags is ideal for displaying the program snippets?
11. Which of the following are valid HTML 5.0 elements? (Check All)
12. How does a button created by the <button> tag differ from the one created by an <input> tag?
13. Which of the following is NOT a valid value for the type attribute of the <input> element in HTML 5.0?
14. Which of the following attributes comes in handy when borders have to be put between groups of columns instead of every column?
15. Which of the following is correct with regard to the oncanplaythrough event fired by media resources in the HTML 5.0 document?
16. While rendering your HTML 5.0 web page, which of the following <link> element files will get skipped by a compliant user agent?
<link rel="stylesheet" href="A" type="text/plain">
<link rel="stylesheet" href="B" type="text/css">
17. Which <body> tag event is fired when the user leaves the document?
18. How will you change the value of the cookies and items in the Storage objects of the localStorage attributes in HTML 5.0?
19. What is the role of the <dfn> element in HTML 5.0?
20. Which of the following is NOT a valid syntax for the <h1> element in HTML 5.0?
21. Which form event is fired on the click of a button using a button tag with its type attribute value equal to submit?
22. How will you return a reference to the parent of the current window or subframe in an HTML 5.0 web application?
23. In HTML 5.0, which of the following is NOT a valid value for the type attribute when used with the <command> tag?
<command type="?">Click Me!</command>
24. What is the default background color for the canvas element in HTML 5.0?
25. Which of the following are valid mouse events in HTML 5.0? (Check ALL)
26. Which of the following languages will you use to paint the graphics designed using the HTML 5.0 <canvas> tag?
27. When is the window onstorage event triggered in the HTML document?
28. Which of the following is NOT a valid attribute for the <video> element in HTML 5.0?
29. Which of the following represents INVALID syntax for defining an attribute value in an HTML 5.0 document?
30. Which of the following is NOT a valid attribute for the <link> element in HTML 5.0?
31. Which of the following statements is correct if you allow the user to select only one radio button from a group of radio buttons?
32. Which of the following is an INVALID keyword value for http-equiv attribute when used with the <meta> element in HTML 5.0?
33. Which of the following <iframe> attributes are NOT supported in HTML 5.0?
34. Which of the following is an INVALID parameter for the window.navigator.registerContentHandler API method?
35. In HTML 5.0, what is the function of the sandbox attribute when used with <iframe>?
<iframe src="aaa " sandbox=?></iframe>
36. Which of the following is NOT a supported attribute of the <ol> element in HTML 5.0?
37. What is the function of onobsolete, an application cache API method in HTML 5.0?
38. Which of the following HTML 5.0 elements is used to embed Java applets into your HTML 5.0 web page?
39. Which media event will be fired when a media resource element suddenly becomes empty?
40. What is the purpose of the <var> element in HTML 5.0?
41. Which event is fired when an element loses its focus in HTML 5.0 document?
42. A piece of text contains many blank spaces within it. Which of the following tags would be suitable to display the text as it was originally formatted?
43. Which HTML 5.0 element will you use to group the related options in a drop-down list?
44. How will you cancel the timeouts that are set with the setInterval() API method identified by the handlers in HTML 5.0?
45. Which event is fired when the history of the browser window changes?
46. What is the purpose of the <dt> element in HTML 5.0?
47. In HTML 5.0, which of the following attributes of the <object> element refers to the location of the object’s data?
48. Which tag is used to specify a standard character set for a webpage?
49. Which HTML5 element is used to specify a footer for a document or section?
Fiverr HTML5 Test Conclusion
In conclusion, HTML5 offers a wide array of features and functionalities that empower web developers to create more dynamic, interactive, and engaging websites. Through its semantic elements, improved multimedia support, enhanced form controls, and advanced APIs, HTML5 revolutionizes the web experience.
Comments
No comments yet. Be the first to share your thoughts!