-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava.html
More file actions
28 lines (26 loc) · 928 Bytes
/
Copy pathjava.html
File metadata and controls
28 lines (26 loc) · 928 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Java Programming Internship</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="top-section">
<a href="https://www.vaultofcodes.in/" target="_blank">
<img src="https://vaultofcodes.site/logo.png" alt="Vault Logo" class="brand-logo" />
</a>
<h1 class="vault-text">Vault of Codes</h1>
<h2>Java Programming Internship – Details</h2>
<p>This internship introduces Java programming with topics like:</p>
<ul>
<li>OOP concepts and data structures</li>
<li>File I/O and exception handling</li>
<li>Java GUI using Swing (optional)</li>
<li>Build simple applications</li>
</ul>
<a href="index.html" class="btn">← Back to Internships</a>
</div>
</body>
</html>