-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava.html
More file actions
87 lines (79 loc) · 4.74 KB
/
java.html
File metadata and controls
87 lines (79 loc) · 4.74 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!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 href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="java.css">
</head>
<body>
<header>
<h1>Programming Guider</h1>
</header>
<nav>
<a href="#">Home</a>
<a href="#">Languages</a>
<a href="#">Devlopment</a>
<a href="#">DSA</a>
<a href="#">Study Materials</a>
<a href="#">Login/SignUp</a>
</nav>
<main>
<h1 id="headimg">
<img src="images/java2img.png">
</h1>
<hr>
<section id="head">
<div>
<h1>How to Download Java on Your System</h1>
<iframe width="500" height="315" src="https://www.youtube.com/embed/IJ-PJbvJBGs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3><a href="https://www.oracle.com/in/java/technologies/javase-downloads.html">click here</a> to download java.</h3>
</div>
</section>
<hr>
<section id="booksec">
<h1>Best Book Recomended</h1>
<div id="book">
<img src="images/javabookimg.jpg" alt="Book"></img>
<h3><a href="https://www.amazon.in/Programming-Java-Balagurusamy/dp/9353162343/ref=pd_lpo_14_img_0/258-8679657-1673652?_encoding=UTF8&pd_rd_i=9353162343&pd_rd_r=ebb35a7c-d0be-4066-8a9f-8c45e8292930&pd_rd_w=HsZQF&pd_rd_wg=dMT8X&pf_rd_p=5a903e39-3cff-40f0-9a69-33552e242181&pf_rd_r=6RBJQYTWNTGTWDSMJ7ST&psc=1&refRID=6RBJQYTWNTGTWDSMJ7ST">click here</a> to download book.</h3>
</div>
</section>
<hr>
<section id="websec">
<h1>Best Website For Learning</h1>
<div>
<a href="https://www.geeksforgeeks.org/java/?ref=leftbar" target="_blank"> <img src="images/gfg2.png" alt="gfg"> </a>
<a href="https://www.javatpoint.com/java-tutorial" target="_blank"> <img src="images/javaTpointimg2.png" alt="javatpoint"></a>
<a href="https://www.tutorialspoint.com/java/index.htm" target="_blank"> <img width=33% src="images/tutpointimg.png" alt="tutpoint"></a>
<h3>click on images for more info.</h3>
</div>
</section>
<hr>
<section id="idesec">
<h1>There are some code editors or IDE's</h1>
<a href="https://www.eclipse.org/downloads/packages/release/helios/sr1/eclipse-ide-java-developers" target="_blank"><img width=33% src="images/eclipse.png" alt="eclipse"></a>
<a href="https://www.jetbrains.com/idea/download/#section=windows" target="_blank"><img width=33% src="images/intellij.png" alt="intellij"></a>
<a href="https://netbeans.org/downloads/8.2/rc/" target="_blank"><img width=33% src="images/netbeanslogo.png" alt="netbeans"></a>
</section>
<hr>
<section id="vidsec">
<h1>Video lectures</h1>
<iframe width="33%" src="https://www.youtube.com/embed/eIrMbAQSU34" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3 style="padding-top: 0px;">for full playlist <a href="https://www.youtube.com/watch?v=eIrMbAQSU34">click here..</a></h3>
<iframe width="33%" src="https://www.youtube.com/embed/lxja8wBwN0k?list=PLKKfKV1b9e8ps6dD3QA5KFfHdiWj9cB1s" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3 style="padding-top: 0px;">for full playlist <a href="https://www.youtube.com/watch?v=lxja8wBwN0k&list=PLKKfKV1b9e8ps6dD3QA5KFfHdiWj9cB1s">click here..</a></h3>
<iframe width="33%" src="https://www.youtube.com/embed/zIdg7hkqNE0?list=PLu0W_9lII9agS67Uits0UnJyrYiXhDS6q" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3 style="padding-top: 0px;">for full playlist <a href="https://www.youtube.com/watch?v=zIdg7hkqNE0&list=PLu0W_9lII9agS67Uits0UnJyrYiXhDS6q&index=2">click here..</a></h3>
</section>
</main>
<footer>
<a href="#">FAQ</a>
<a href="#">Contact Us</a>
<a href="#">Terms of Use</a>
<a href="#">Privacy Policy</a>
<a href="#">Refund Policy</a>
<a href="#">© 2020 | Vip</a>
</footer>
</body>
</html>