-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 1.01 KB
/
Copy pathindex.html
File metadata and controls
25 lines (23 loc) · 1.01 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HTML-WebDev</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>Anitta Siby</h1>
<h3>Task 1</h3>
<h4>1. Display an image when a hyper link is clicked.</h4>
<p>Cat Photos</p>
<p>See <a target="blank" href="images/relaxing-cat.jpg">cat photo</a>.</p>
<h4>2. A large webpage document which contains five headings. Create a hyperlink at the top of the web page which when clicked will scroll the page down to the third heading.</h4>
<a href="headings.html" target="_blank"><p>view the page.</p></a>
<h4>3. Display an ordered list inside an unordered list.</h4>
<a href="list.html" target="_blank"><p>view the list of Engineering Branches & Courses.</p></a>
<h3>Task 2</h3>
<h4>Food Table</h4>
<a href="table.html" target="_blank"><p>view the table page.</p></a>
</body>
</html>