Skip to content

Commit 47aa773

Browse files
Merge pull request #1 from codemistic/gantavyamalviya-patch-1
Update 1.html
2 parents b693692 + 56193cf commit 47aa773

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

java/1.html

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -72,16 +72,16 @@
7272
<h2>Java Hello World Program</h2><br>
7373
</center>
7474
<p>In this tutorial, you will learn to write "Hello World" program in Java. A "Hello, World!" is a simple program that outputs Hello, World! on the screen. Since it's a very simple program, it's often used to introduce a new programming language
75-
to a newbie.
76-
<br> Let 's explore how Java "Hello, World!" program works. <br>If you want to run this program on your computer, make sure that Java is properly installed. Also, you need an IDE (or a text editor) to write and edit Java code.
75+
to a newbie. So, let's learn it now.
76+
<br> Let 's explore how Java "Hello, World!" program works. <br>If you want to run this program on your computer, make sure that Java is properly installed. Also, you need an IDE(like VS Code) or a text editor to write and edit Java code.
7777
</p>
7878

7979

80-
<h5>Hello World Program </h5>
80+
<h5>Hello World Program in Java</h5>
8181
<!-- <h2 id="source-code">Java &quot;Hello, World!&quot; Program</h2> -->
8282

8383
<!-- <pre style="max-height: 600px;">
84-
<code class="java hljs"><span class="hljs-comment">// Your First Program</span>
84+
<code class="java hljs"><span class="hljs-comment">// Our First Program</span>
8585
8686
<span class="hljs-class"><span class="hljs-keyword">class </span><span class="hljs-title">HelloWorld</span></span> "{
8787
"
@@ -201,7 +201,7 @@ <h4>Made with <i style="color:red " class="fa fa-heart "></i> By - Team CodeMist
201201
<h7>Connect With Us</h7><br><br>
202202
<a href="https://www.facebook.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-facebook "
203203
style="color:#3b5998; "></i></a>
204-
<a href="https://www.instagram.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-instagram "
204+
<a href="https://www.instagram.com/codemistic.in " target="_blank "><i class="icons fa-2x fab fa-instagram "
205205
style="color:#e95950; "></i></a>
206206
<a href="https://www.twitter.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-twitter "
207207
style="color:#8accf5; "></i></a>
@@ -217,17 +217,11 @@ <h4>Made with <i style="color:red " class="fa fa-heart "></i> By - Team CodeMist
217217

218218

219219

220-
221-
222-
223-
224-
225-
226220
<!-- CSS Scripts -->
227221
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
228222
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js " integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo " crossorigin="anonymous "></script>
229223
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js " integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI " crossorigin="anonymous "></script>
230224

231225
</body>
232226

233-
</html>
227+
</html>

0 commit comments

Comments
 (0)