please see image for instruction questions here is the HTML sourse code as i could not upload 3 images Hands-on Project 3-2 Hands-on Project 3-2 International Space Station Images a
please see image for instruction questions here is the HTML sourse code as i could not upload 3 images
<!DOCTYPE html>
<html>
<head>
<!--
JavaScript 7th Edition
Chapter 3
Hands-on Project 3-2
Author:
Date:
Filename: project03-02.html
-->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>Hands-on Project 3-2</title>
<link rel="stylesheet" href="styles/styles.css" />
<script src="js/project03-02_txt.js" defer></script>
</head>
<body>
<header>
<h1>
Hands-on Project 3-2
</h1>
</header>
<article>
<h2>International Space Station Images</h2>
<div id="gallery"></div>
<img src="cat.jpg" alt="cat" srcset="cat-160.jpg 160w, cat-320.jpg 320w, cat-640.jpg 640w, cat-1280.jpg 1280w" sizes=“(max-width: 480px) 100vw, (max-width: 900px) 33vw, 254px"> a
<img src="slide1.jpg" alt="">
<img src="slide2.jpg" alt="">
<img src="slide3.jpg" alt="">
<img src="slide4.jpg" alt="">
<img src="slide5.jpg" alt="">
<img src="slide6.jpg" alt="">
<img src="slide7.jpg" alt="">
<img src="slide8.jpg" alt="">
<img src="slide9.jpg" alt="">
<img src="slide10.jpg" alt="">
<img src="slide11.jpg" alt="">
<img src="slide12.jpg" alt="">
<img src="slide13.jpg" alt="">
</article>
</body>
</html>
Trending now
This is a popular solution!
Step by step
Solved in 2 steps