-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (26 loc) · 1017 Bytes
/
index.html
File metadata and controls
27 lines (26 loc) · 1017 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
<html>
<head>
<title>first page</title>
</head>
<body style="background-color:chartreuse;">
<h1>heyyya </h1>
<h2>my name is sadiq sonalkar</h2>
<h3>studying in sycs</h3>
<h4>roll no 18043</h4>
<h5>second last heading</h5>
<h6>heading number 6</h6>
<p>let this be the first and the last paragraph</p>
<b>this is bold line</b><br><i>italic look much better</i>
<br><u>this is underline</u><br>
<u>this is the second underline</u><br>
<font face="arial">this is in arial</font>
<p>my name is sadiq <br>full name sonalkar</p>
<strong>this is in strong font</strong><br>
<button>this look like a button</button><br>
<del>this is censored i mean deleted</del><br>
<mark>this defines marked</mark><br>
<sub>dont forget subscripted text</sub><br>
<sup>also superscripted text</sup><br>
<em>this is emphasised text</em><br>
</body>
</html>