-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathr.html
44 lines (42 loc) · 1.14 KB
/
r.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
<!DOCTYPE html>
<html>
<head>
<title>WELCOME TO MY WEBSITE</title>
</head>
<body style="background-color:white">
<h1>THis is my heading</h1>
<p>this is paragraph</p>
<button>click me</button>
<a href="https://www.google.com">google</a>
<img src="groot.jpg" alt="GROOT IMAGE" width="1223" height="223">
<ul>
<li>MEDA</li>
<li>RADHEESH</li>
<li>SHARMA</li>
<li>IIT ROORKEE</li>
</u1>
<hr>
<ol>
<li style="color:blue" style="text-align: center" title='title with "radheesh"single quotes'>MEDA </li>
<li>RADHEESH</li>
<li>SHARMA</li>
<li>ROORKEE</li>
</ol>
<hr>
<h2 style="font-size:100px "> MY NAME IS RADHEESH</h2>
<p style="color:red" title="title 'radheesh'attribute!!">
this is <br> line emreak from tag!!!!!!!!!!
</p>
<p style="font-size: 120%">
this is another paragraph wchich is used now!!
</p>
<pre style="text-align: center">this is as it is text
u can <em>this text is strong</em> <small>small</small><mark style="color: red">this is mark tag</mark>>as it is!!!11
i am Radheeshshrama
</pre>
<hr>
<p>this is <b>another<b> <del title="RADHEESH SHARMA">RADhEESH Sharma</del><q>RADHEESH SHARMA</q><ins>NAME</ins>
<br>paragraph</p>
<hr>
</body>
</html>