-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLinks.html
More file actions
21 lines (21 loc) · 846 Bytes
/
Links.html
File metadata and controls
21 lines (21 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="uft-8">
<meta name="keywords" content="assignment, Html, courses, learning">
<meta name="decription" content="Learning Html">
<title>Learning HTML</title>
</head>
<body>
<h2 id="top">Links</h2>
<h1>Welcome To Our Webpage</h1>
<a href="Heading, Paragraph & Text.html">Next Page ||</a>
<a href="https://github.com/Johnson-SF3639/HTML-Course" target="_blank"> Go to Github ||</a>
<a href="downloads/Online Movie Ticket Booking(New).pdf"> Download Question ||</a>
<a href="#bottom">Go to Bottom</a>
<h3>Our Image</h3>
<img src="img/flower.jpg" width="100%" height="500" alt="This is Image">
<p>Click to go top</p>
<a href="#top" id="bottom">|| Go to top ||</a>
</body>
</html>