-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvidj.html
33 lines (33 loc) · 1.9 KB
/
vidj.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
<!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">
<title>Document</title>
<link rel="stylesheet" href="vidj.css">
</head>
<body>
<header>
<h1>Java Programming</h1>
<div class="main">
<div class="vidj1">
<iframe width="560" height="315" src="https://www.youtube.com/embed/ntLJmHOJ0ME" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2 class="textj">Introduction to Java + Installing Java</h2>
</div>
<div class="vidj2">
<iframe width="560" height="315" src="https://www.youtube.com/embed/zIdg7hkqNE0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2 class="textj">Basic structure of Java Program</h2>
</div>
<div class="vidj3">
<iframe width="560" height="315" src="https://www.youtube.com/embed/X0zdAG7gfgs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2 class="textj">Variables and Data in Java</h2>
</div>
<div class="vidj4">
<iframe width="560" height="315" src="https://www.youtube.com/embed/b2VJmyarV3I" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h2 class="textj">Literals in Java</h2>
</div>
</div>
</header>
</body>
</html>