Fiverr HTML5 Test Questions and Answers 2021 By jishaansinghal
Fiverr HTML5 Test Questions and Answers 2021 1. You are writing the code for an HTML form and you want the browser to retain the form’s input values. That is if a user submits the form and presses the browser’s back button, the fully populated form is displayed instead of a blank form. Which of the following HTML 5.0 attributes will you use? ans: d) form target 2. In HTML 5.0, which of the following media events is triggered when fetching of media data is interrupted before it having completely loaded (due to any reason)? ans: c) onsuspend 3. A computer programming book has to go online. Which of the following tags is ideal for displaying the program snippets? ans: b) <code> 4. Which of the following is NOT a valid attribute for the <link> element in HTML 5.0? ans: c) http-equiv 5. Which of the following is the correct syntax to change the text ‘WELCOME!’ to ‘Hello!’? ans: c) <h1 onclick=”this.innerHTML=’Hello!’”>WELCOME! </h1> 6. Wh...