-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathTask1.html
More file actions
30 lines (30 loc) · 965 Bytes
/
Task1.html
File metadata and controls
30 lines (30 loc) · 965 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>1st task</title>
<style>
th, td{
padding: 50px;
}
</style>
</head>
<body>
<table style="width:100%">
<tr>
<td><img src="https://image.shutterstock.com/image-vector/modern-exhibition-style-font-design-600w-1397756165.jpg" alt="Expo" height=500px width=650px></td>
<td align="left">
<h3 style="font-size:40px">
Webinar, Virtual Event, or a<br>
Virtual Conference, how does<br>
your next corporate event look<br>like?<br>
</h3>
<p style="font-size:20px">
Its time to give your city hall, product launches and seminars an<br>
online address and use the flexibility of digital content.<br><br>
LIVE stream your videos or schedule pre-recorded ones, enable<br>
private chat rooms or have public virtual networking;<br><br>
Control your events the way you think it should be, with few clicks.<br>
</p>
</td>
</tr>
</body>