-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathimage_tag.html
More file actions
23 lines (22 loc) · 838 Bytes
/
image_tag.html
File metadata and controls
23 lines (22 loc) · 838 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<style>
img
{
margin:0;
padding:0;
background-color: red;
height:50%;
width:50%;
</style>
</head>
<body>
<img src="code1.jpg" height="50%" width="50%" alt="coding wallpaper"></img><img src="code2.jpg" height="50%" width="50%" alt="coding wallpaper" ></img>
<a href="default.asp"><img src="code3.jpg" alt="coding image"></img></a><img src="https://media2.giphy.com/media/3o6vXTpomeZEyxufGU/giphy.gif?cid=ecf05e47bfmvksaav202ccf7bemjkfjy3qoiw4l4lqpudzja&rid=giphy.gif&ct=g" alt="gif">
</img></body>
</html>