Skip to content

Commit 9e1b72a

Browse files
committed
HTML COde
1 parent 4039aa7 commit 9e1b72a

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

hyperlink.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Document</title>
8+
</head>
9+
<body>
10+
<a href="https://www.google.com/">Click here</a>
11+
<P>absolute link</P>
12+
<a href="image.html">image</a>
13+
<p>relative link</p>
14+
<a href="mailto:[email protected]">Mail</a>
15+
<p>mail link</p>
16+
<a href="tel:8058956298"> call</a>
17+
<p>click to call link</p>
18+
19+
</body>
20+
</html>

image.html

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<title>Document</title>
8+
</head>
9+
<body>
10+
<image src="C:\Users\DELL\Downloads\adhar_front.jpeg" alt="image not fount" width="400" height="300" title="Adhar front image"></image>
11+
</body>
12+
</html>

0 commit comments

Comments
 (0)