-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (33 loc) · 852 Bytes
/
index.html
File metadata and controls
40 lines (33 loc) · 852 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
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Javascript</title>
</head>
<body>
<h1>Javascript</h1>
<h2>Core Technologies</h2>
<img src="https://via.placeholder.com/200x200.png.?text=200x200" />
<ul>
<li>
<a>Visual Code</a>
</li>
<li>
<a>GIT</a>
</li>
<li>
<a href="https://www.w3schools.com">www.w3schools.com</a>
</li>
</ul>
<h2>Contact Info</h2>
<ul>
<li>
<b>email:</b> <a href=""
</li>
</ul>
<a href="https://www.google.com" target="_blank">Google Link</a>
<a href="https://yahoo.com" target="_blank">Yahoo Link</a>
<a href="#" >Placeholder Link</a>
</body>
</html>