File tree 2 files changed +32
-0
lines changed
2 files changed +32
-0
lines changed Original file line number Diff line number Diff line change
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 >
Original file line number Diff line number Diff line change
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 >
You can’t perform that action at this time.
0 commit comments