Well done!
You have completed Delivering Responsive Images and Image Formats!
Quiz Question 1 of 6
What's the advantage of using HTML to deliver responsive images rather than a JavaScript library?
Choose the correct answer below:
-
A
JavaScript doesn't run natively in web browsers and requires the user to install plugins. Writing code in HTML allows images to load natively.
-
B
JavaScript tends to be more error prone than declarative languages like HTML. Additionally, HTML allows content parsers to pick up images.
-
C
Loading images in HTML is much faster than loading using JavaScript.