create an HTML page

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

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
Transcribed Image Text:mountain_1280.jpg mountain_240.jpg mountain_480.jpg mountain_960.jpg
Expert Solution
Step 1: The details given in the above question is mentioned below as,

In the above question, an code fragment is mentioned 

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Adobe Flash
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education