You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content="Java from Zero to First Job - Practical Guide, 800+ examples" />
13
+
<!-- Site Meta -->
14
+
<title>Learn IT University | Java Course</title>
15
+
<metaname="keywords"
16
+
content="java, the most complete java course, learn programming, learn java, online, best java course">
17
+
<metaname="description"
18
+
content="Java from Zero to First Job - Practical Guide, 800+ examples | Learn Java from scratch and become Java Software Engineer: Basics, OOP, Interview questions, Git, Java Collections etc">
19
+
<metaname="author" content="Andrii Piatakha">
20
+
21
+
<metacharset="UTF-8">
22
+
</head>
23
+
24
+
<body>
25
+
<h1>This is a heading</h1>
26
+
<h2>This is another heading</h2>
27
+
<p>This is a paragraph.</p>
28
+
<p>This is another paragraph.</p>
29
+
<p>Open Google via <ahref="https://google.com">this</a> link</p>
30
+
<p>Open Google via <ahref="https://google.com" target="_blank">this</a> link in a new tab</p>
0 commit comments