-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtask.html
More file actions
53 lines (50 loc) · 1.58 KB
/
task.html
File metadata and controls
53 lines (50 loc) · 1.58 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Home</title>
</head>
<body>
<header>
<section>
<h1>Event Name</h1>
<img src="download.jpeg" alt="Image" width="300" height="200" />
<nav>
<ul>
<li><a href="task.html">Home</a></li>
<li><a href="Schedule.html">Schedule</a></li>
<li><a href="Speakers.html">Speakers</a></li>
<li><a href="Venue.html">Venue</a></li>
<li><a href="Registration.html">Registration</a></li>
<li><a href="FAQ.html">FAQ</a></li>
<li><a href="contact.html">Contact Us</a></li>
<li><a href="About.html">About</a></li>
</ul>
</nav>
</section>
</header>
<section>
<h2>Welcome to the Event</h2>
<p>
The event will cover the history of <b>Space X</b> and its New mission.
</p>
<img src="images.jpeg" alt="Event" />
<figure>Europa, Accessing new heights</figure>
<b>
<p>Wanna Register for the Event ? Click on the Registration button below</p>
</b>
<button>Register</button>
<nav>
</section>
<aside>
<h3>Our Sponsers</h3>
<ul>
<li><img src="sp1.jpeg" alt="" width="80" height="50" /></li>
<li><img src="sp2.png" alt="" width="80" height="50" /></li>
<li><img src="sp3.png" alt="" width="80" height="50" /></li>
</ul>
</aside>
</nav>
</body>
</html>