-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathweb02.html
25 lines (23 loc) · 1.2 KB
/
web02.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!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>links and images </title>
</head>
<body>
<a href="https://google.com" target="_blank"> <strong> google le chalo</strong> </a><br>
<a href="https://facebook.com" target="_blank"> <strong> facebook le chalo</strong> </a><br>
<a href="https://twitter.com" target="_blank"> <strong> twitter le chalo</strong> </a><br>
<a href="https://amazon.com" target="_blank"> <strong> amazon le chalo</strong> </a><br>
<a href="/tut01.html" target="_blank"> tut01 </a> <br>
<img src="siddharth.jpg" alt="Error loading image"><br>
<img src="https://source.unsplash.com/400x400/?random" alt="nahi lod hora">
<img src="https://source.unsplash.com/random/400x400/?fruit" alt="nahi lod hora"><br>
<img src="https://source.unsplash.com/random/400x400/?nude" alt="nahi lod hora">
<!--widthxheight but css is used for designing so no need. for widht and height-->
</body>
</html>
<!-- target ek attribute hai jisse website new tab mein open hongi -->
<!-- /"file name" se local files khol sakte-->