-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlocks.html
More file actions
34 lines (29 loc) · 1023 Bytes
/
Blocks.html
File metadata and controls
34 lines (29 loc) · 1023 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
30
31
32
33
34
<!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>
<div>
<h2 id="top">Links</h2>
<h1>Welcome To Our Webpage</h1>
</div>
<div>
<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>
</div>
<div>
<h3>Our Image</h3>
<img src="img/flower.jpg" width="100%" height="500" alt="This is Image">
</div>
<div>
<p>Click to go top</p>
<a href="#top" id="bottom">|| Go to top ||</a>
</div>
</body>
</html>