Welcome to your Front-end Web Development Name Email Contact Number Qualification 1. [Web Development] In the following code, the variable fruit has been assigned a value of apple. How would you change the value to plum? let fruit = 'apple';Deselect Answer let fruit = 'plum' const fruit = 'plum' var fruit = 'plum' fruit = 'plum' 2. [Web Development] What is the work of element in HTML5? Deselect Answer contains contact details for author contains IP address contains url contains home address 3. [Web Development] Lighthouse is a tool for auditing your website. Which choice is not a category of report offered by Lighthouse? Deselect Answer accessibility performance SEO UX design 4. [Web Development] Variables declared with the let keyword have what type of scope? Deselect Answer inline scope function scope global scope block scope 5. [Web Development] Does setting margin-top and margin-bottom have an affect on an inline element? Deselect Answer Yes No 6. [Web Development] HTML stand for Deselect Answer Hypertext Markup Language Hypermix language Hypertension Language Hypermark Language 7. [Web Development] Which part of the URL "https://schools.edslash.com/take-quiz/" specifies the domain name Deselect Answer schools.edslash https edslash.com com 8. [Web Development] Which attribute is used to create a link that opens in a new window tab? Deselect Answer target=”_self” target=”_blank” alt=”_blank” src=”_blank” 9. [Web Development] What is WebP? Deselect Answer a method of auditing performance that gives your site a score, which is then used for Google ranking a next-generation image format offering a smaller file size than equivalent PNG or JPEG images a next-generation PDF format that offers a smaller file size and better accessibility than standard PDF documents a new font format that allows a single font to display at different styles and weights 10. [Web Development] 404 HTTP error is generated due to Deselect Answer on removing the newline character slow loading of the web page missing JavaScript file any missing file