Assume you have a tomato image with size of 256x256 pixel (Figure 3.1). Write an
ID: 3721936 • Letter: A
Question
Assume you have a tomato image with size of 256x256 pixel (Figure 3.1). Write an HTML file to resize the image and display it in different sizes. Your HTML file output should show the output, exactly, as in Figure 3.2 Important notes: 1. You should have to copy and paste the "HTML script" as your answer for this question. DON'T take screen shot for your HTML script. It must be editable script. 2. Take a screen shot for your output page, in any browser, as a part of your answer. file:///C/Users/s » ·.. Figure 1: This is the tomato with size of 256x256 pixel Figure 3.1: Tomato image with 256x256 pixel size. Figure 2: This is the tomato with 128x128 pixel Figure 3: This is the tomato with 64x64 pixel Figure 3.2: Output of HTML scriptExplanation / Answer
<!DOCTYPE html>
<html>
<body>
<img src="img_girl.jpg">
<figcaption>Fig1. - This image with size of 256X256 pixel.</figcaption>
<img src="img_girl.jpg">
<figcaption>Fig1. - This image with size of 128X128 pixel.</figcaption>
<img src="img_girl.jpg">
<figcaption>Fig1. - This image with size of 64X64 pixel.</figcaption>
</body>
</html>
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.