|
5 | 5 | <title>Java Programming Practice | Core Java Examples</title> |
6 | 6 | <meta name="description" content="A complete Java programming practice repository covering basics, arrays, strings, loops, OOP concepts, and problem-solving examples."> |
7 | 7 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 8 | + <link rel="stylesheet" href="style.css"> |
8 | 9 | </head> |
9 | 10 | <body> |
10 | | - <h1>Java Programming Practice</h1> |
| 11 | + <div class="container"> |
| 12 | + <h1>Java Programming Practice</h1> |
11 | 13 |
|
12 | | - <p> |
13 | | - This repository contains Java programming practice problems and examples, |
14 | | - starting from basic concepts to intermediate problem-solving. |
15 | | - </p> |
| 14 | + <p> |
| 15 | + This repository contains Java programming practice problems and examples, |
| 16 | + starting from basic concepts to intermediate problem-solving. |
| 17 | + </p> |
16 | 18 |
|
17 | | - <h2>Topics Covered</h2> |
18 | | - <ul> |
19 | | - <li>Java Basics</li> |
20 | | - <li>Control Statements</li> |
21 | | - <li>Arrays</li> |
22 | | - <li>Strings</li> |
23 | | - <li>Object-Oriented Programming</li> |
24 | | - <li>Practice Problems</li> |
25 | | - </ul> |
| 19 | + <h2>Topics Covered</h2> |
| 20 | + <ul> |
| 21 | + <li>Java Basics</li> |
| 22 | + <li>Control Statements</li> |
| 23 | + <li>Arrays</li> |
| 24 | + <li>Strings</li> |
| 25 | + <li>Object-Oriented Programming</li> |
| 26 | + <li>Practice Problems</li> |
| 27 | + </ul> |
26 | 28 |
|
27 | | - <h2>Repository</h2> |
28 | | - <p> |
29 | | - View the full source code on GitHub: |
30 | | - <a href="https://github.com/curious-vasavi/Java_Programming_Practice"> |
31 | | - Java Programming Practice Repository |
32 | | - </a> |
33 | | - </p> |
| 29 | + <h2>Repository</h2> |
| 30 | + <p> |
| 31 | + View the full source code on GitHub: |
| 32 | + <a href="https://github.com/curious-vasavi/Java_Programming_Practice" target="_blank"> |
| 33 | + Java Programming Practice Repository |
| 34 | + </a> |
| 35 | + </p> |
34 | 36 |
|
35 | | - <p> |
36 | | - Updated regularly with new Java practice programs. |
37 | | - </p> |
| 37 | + <div class="footer"> |
| 38 | + Updated regularly with new Java practice programs. |
| 39 | + </div> |
| 40 | + </div> |
38 | 41 | </body> |
39 | 42 | </html> |
0 commit comments