Heirarchy of folder:
images used in folder:
1.html:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
img{
float: left;
}
figcaption{
clear: both;
}
</style>
</head>
<body>
<main>
<div>
<figure>
<img src="/img1.jpg" width="300" height="300">
<figcaption>Fig.1 Mount Everest</figcaption>
</figure>
<figure>
<img src="/img2.jpg" width="300" height="300">
<figcaption>Fig.1 Waterfall</figcaption>
</figure>
</div>
</main>
</body>
</html>
Get Answers For Free
Most questions answered within 1 hours.