- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTask3.html
More file actions
Latest commit
24 lines (20 loc) · 707 Bytes
/
Copy pathTask3.html
File metadata and controls
24 lines (20 loc) · 707 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
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<title>Javascript Task3</title>
<linkrel="stylesheet" href="style.css">
<linkrel="shortcut icon" href="images/favicon.png" type="image/x-icon">
</head>
<body>
<divclass="container">
<ahref="index.html"><button>Home</button></a>
<ahref="Task1.html"><button>Task 1</button></a>
<ahref="Task2.html"><button>Task 2</button></a>
<ahref="#"><button>Task 3</button></a>
<ahref="Task4.html"><button>Task 4</button></a>
</div>
<scriptsrc="Task3.js"></script>
</body>
</html>