-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (43 loc) · 1.15 KB
/
index.html
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
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>INDEX</title>
<link rel="stylesheet" href="./themes/index.css">
</head>
<body>
<div class="main">
<div class="topnav">
<a href="#">CHALLENGES</a>
<a href="#">JAVASCRIPT</a>
<a href="#">CSS</a>
<a href="#">HTML</a>
</div>
</div>
<h1>Welcome To MyPage</h1>
<p class="p1">LEARN HTML CSS & JavaScript</p>
<button class="button"><a href="menu.html">Click Here</a></button>
<table>
<div class="column">
<img src="images/html logo.jpg" height="60" width="80">
<img src="images/css logo.jpg" height="60" width="50">
</div>
<div class="row">
<img class="img1" src="images/js6.jpg" height="60" width="90">
</div>
<div style="color: white;">
<p>
“Every great developer you know got
<p>
</p>
there by solving problems they were unqualified
</p>
<p>
to solve until they actually did it.”
</p>
</div>
</table>
</body>
</html>