-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPictures.html
More file actions
24 lines (19 loc) · 905 Bytes
/
Copy pathPictures.html
File metadata and controls
24 lines (19 loc) · 905 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html>
<head>
<title>Pictures</title>
<a href="ppp.html" </a>Home</a> <a href="About.html" </a>About</a> <a href="Contact.html" </a>Contact</a>
</li>
</head>
<body>
<h1>Pictures</h1>
<figure>
<img srcset="Webp.net-resizeimage-3.jpg 320w, Webp.net-resizeimage-3.jpg 480w, Webp.net-resizeimage-3.jpg 800w" sizes="(max-width: 315w) 320px, (max-width: 393w) 440px, 800px" src="Webp.net-resizeimage-3.jpg" alt="Awkward Calf" />
<figcaption>"Me when I hear grades came out..."</figcaption>
</figure>
<figure>
<img src="excited-dog1.jpg 320w, excited-dog1.jpg 480w, excited-dog1.jpg 800w" sizes="(max-width: 185w) 320px, (max-width: 272w) 440px, 800px" src="excited-dog1.jpg" alt="Excited Dog" />
<figcaption>"Me when I find out I didn't fail the assignment :) "</figcaption>
</figure>
</body>
</html>