-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimages.html
More file actions
22 lines (22 loc) · 957 Bytes
/
images.html
File metadata and controls
22 lines (22 loc) · 957 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Images</title>
</head>
<body>
<button style="color: blue"><a href="paragraph.html">paragraph</a></button>
<button style="color: green"><a href="Intro.html">Intro</a></button>
<button style="color: darkblue"><a href="heading.html">heading</a></A></button>
<button style="color: brown">CONTACT US</button>
<h2>Images Page</h2>
<img src="Assets/images/img1.jpeg" alt="" width="250" height="150">
<img src="Assets/images/img2.jpeg" alt="" width="250" height="150">
<img src="Assets/images/img3.jpeg" alt="" width="250" height="150">
<img src="Assets/images/img4.jpeg" alt="" width="250" height="150">
<img src="Assets/images/img5.jpeg" alt="" width="250" height="150">
</body>
</html>