-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdsatutorial.html
37 lines (33 loc) · 2.29 KB
/
dsatutorial.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
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="dsatutorial.css">
<title>DSA Tutorial</title>
</head>
<body>
<div style="border:2px solid black;">
<div class="border:2px solid black;">
<div class="title">DSA Tutorial</div>
<div class="platefrom">
<div class="gfg"><a href="https://www.geeksforgeeks.org/data-structures/"><img src="https://media.geeksforgeeks.org/wp-content/uploads/20210608021423/Output.gif" alt=""></a></div>
<div class="gfg"><a href="https://www.programiz.com/dsa"><img src="https://cdn.programiz.com/sites/tutorial2program/files/pc_logo.svg" alt=""></a></div>
<div class="gfg"><a href="https://www.coursera.org/"><img src="https://images.ctfassets.net/00atxywtfxvd/2MlqAOzmHjSPtssv6HlNox/1cb35b40775835a5f574ebc5509907a1/coursera-wordmark-blue.svg" alt=""></a></div>
</div>
<div class="block">
<div class="blockl">
<div class="v1"><iframe width="400" border-radius="10px" height="315" src="https://www.youtube.com/embed/videoseries?list=PLfqMhTWNBTe3LtFWcvwpqTkUSlB32kJop" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></div>
</div>
<div class="blockm">
<div class="v2"><iframe width="400" height="315" src="https://www.youtube.com/embed/videoseries?list=PLu0W_9lII9ahIappRPN0MCAgtOu3lQjQi" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></div>
</div>
<div class="blockr">
<div class="v3"><iframe width="400" height="315" src="https://www.youtube.com/embed/videoseries?list=PLdo5W4Nhv31bbKJzrsKfMpo_grxuLl8LU" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe></div>
</div>
</div>
</div>
</div>
</body>
</html>