create an HTML page
Hello,
I was hoping someone could help me properly format a proper responsive image code using the attached image names, I believe the numbers at the end are in reference to their size so I want to make sure I get it right.
This is what I have.
<!DOCTYPE html>
<html>
<head>
<title>Responsive Images</title>
</head>
<body>
<h1>Mountain Images</h1>
<img src="mountain_1280.jpg" alt="Mountains"
srcset= "mountain_1280.jpg 1280w,
mountain_240.jpg 240w,
mountain_480.jpg 480w"
sizes="(max-width: 240px) 100vw,
(max-width: 1280px) 70vw,
240px">
</body>
</html>
And finally the attached instructions:
Using responsive images tags to create an HTML page that displays the mountain images. The mountain picture are supplied in 4 different sizes. The image in the html file should be able to scale automatically as the browser window resizes at least in 3 different sizes as shown.
![mountain_1280.jpg
mountain_240.jpg
mountain_480.jpg
mountain_960.jpg](/v2/_next/image?url=https%3A%2F%2Fcontent.bartleby.com%2Fqna-images%2Fquestion%2Fbf238986-8ffc-4b99-b1ca-533b8fe8c6d3%2F52620741-7f9b-4fd6-9332-d8b4e6d1e596%2Fiwnyq11_processed.png&w=3840&q=75)
![](/static/compass_v2/shared-icons/check-mark.png)
In the above question, an code fragment is mentioned
Step by step
Solved in 3 steps
![Blurred answer](/static/compass_v2/solution-images/blurred-answer.jpg)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![Database System Concepts](https://www.bartleby.com/isbn_cover_images/9780078022159/9780078022159_smallCoverImage.jpg)
![Starting Out with Python (4th Edition)](https://www.bartleby.com/isbn_cover_images/9780134444321/9780134444321_smallCoverImage.gif)
![Digital Fundamentals (11th Edition)](https://www.bartleby.com/isbn_cover_images/9780132737968/9780132737968_smallCoverImage.gif)
![C How to Program (8th Edition)](https://www.bartleby.com/isbn_cover_images/9780133976892/9780133976892_smallCoverImage.gif)
![Database Systems: Design, Implementation, & Manag…](https://www.bartleby.com/isbn_cover_images/9781337627900/9781337627900_smallCoverImage.gif)
![Programmable Logic Controllers](https://www.bartleby.com/isbn_cover_images/9780073373843/9780073373843_smallCoverImage.gif)