-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (18 loc) · 893 Bytes
/
index.html
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>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 style="font-size: xx-large;" > web design <br> and development <br>courses</h1>
<h3>OFFERED BY NAVTTC</h3>
<p> <a href="https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=&cad=rja&uact=8&ved=2ahUKEwjLvNrF2d2EAxUp9wIHHY43DocQFnoECAcQAQ&url=https%3A%2F%2Fnavttc.gov.pk%2F&usg=AOvVaw07yTHJWhBxSWo_BrQtHiiL&opi=89978449">click here to register</a>
<img src="navttc.jpeg" alt="navttc.com">
<p style="font-size: x-large;">Lorem ipsum dolor sit, amet consectetur adipisicing elit.<br>
Error earum praesentium optio sequi quos qui iste sint aliquam,<br>
veritatis quia quaerat ipsum!</p>
</body>
</html>