-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexp7.html
More file actions
29 lines (26 loc) · 846 Bytes
/
exp7.html
File metadata and controls
29 lines (26 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!-- example on a tag-->
<DOCTYPE html>
<html lang="en">
<head>
<title> my 7th web page</title>
<link rel="icone" href="id.png"/>
</head>
<body>
<h3> demo on hyperlinks(external)</h3>
<a href="exp6.html">goto exp6</a>
<a href="exp5.html">goto exp5</a>
<a href="exp4.html">goto exp4</a>
<br>
<a href="https://drive.google.com/drive/folders/1qa8ubwinT9I6o9puo5vkU30gwXKvCvoH"> HTML notes</a>
<!--blue(new), purple(open), red(active)-->
<br>
<a href="https://drive.google.com/drive/folders/1qa8ubwinT9I6o9puo5vkU30gwXKvCvoH" >
<img src="image/bike.jpg" width="180" height"150"/><br>
html notes
</a>
<br>
<a href="http://www.google.com" target="_self"> google</a>
<br>
<a href="http://www.youtube.com" target="_blank"> youtube</a>
</body>
</html>