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