-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathproject5.html
23 lines (20 loc) · 923 Bytes
/
project5.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
<head>
<title>Adopt me
</title>
<link rel="shortcut icon" href="E:\web dev\amazon\favicon_io\favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="project3.css">
</head>
<body>
<div>
<span><img src="https://premiumpethouse.com/public/img/landing-page/labrador-puppy.png" width="500px" height="500px"></span>
<div><h1>Details of the Dog</h1>
<span id="hea">Name : </span><span id="val">Labrador Retriver</span>
<div><span id="hea">Location : </span><span id="val">Bengaluru</span></div>
<div><span id="hea">Contact : </span><span id="val">9335524827</span></div>
<div><span id="hea">Sex : </span><span id="val">Male</span></div>
<div><span id="hea">Price :</span><span id="val">33000</span></div>
</div>
</div>
</body>
</html>