-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (44 loc) · 1.42 KB
/
index.html
File metadata and controls
50 lines (44 loc) · 1.42 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<a href="Education.html">Education</a>
<a href="Projects.html">Projects</a>
</head>
<body>
<H1><b>Hello World</b></H1>
<h2>My name is MUHAMMAD TALHA.</h2>
<hr><hr><hr><hr><hr><hr><hr><hr>
<h3>My name is MUHAMMAD TALHA.</h3>
<h4>My name is MUHAMMAD TALHA.</h4>
<br><br><br><br><br><br><br>
<h5>My name is MUHAMMAD TALHA.</h5>
<p>This is a paragraph.I am learning html from scracth.</p>
<a href="https://colab.research.google.com/drive/1q9u4Ab
fnpYfVGEipCzjDjfJ0RdsC4NH8#scrollTo=eJxpI9esyjj1">Gooogle</a>
<img src="" alt="CHATGPT IMAGE. THIS ONLY IMAGE.">
<br>
<br>
<br>
<br>
<br>
H<sub>2</sub>O <br>
CH<sub>2</sub>O <br>
C<sub>6</sub>H<sub>12</sub>O<sub>6</sub><br>
H<sub>2</sub>O <br>
<br>
A<sup>n</sup> + B<sup>n</sup> <br>
A<sup>n</sup> + B<sup>n</sup> <br>
A<sup>n</sup> + B<sup>n</sup> <br>
<br>
<pre>Lorem ipsum dolor sit,
amet consectetur adipisicing elit.
Recusandae accusamus distinctio
consequuntur aut, eligendi error possimus omnis ea, corrupti
consectetur quaerat dicta
qui odit ullam cupiditate quo veritatis commodi aliquam!</pre>
<p><center><b>Bye. I am going.</b></center></p>
</body>
</html>