-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.html
36 lines (36 loc) · 1.24 KB
/
profile.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
<!DOCTYPE html>
<html>
<head>
<title>UID</title>
<link rel="icon"
href="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTo3EVzVYR9TxV2IHhwqH63weRuWyCDk-gJfg&usqp=CAU">
</head>
<body style="background-image:url(https://images2.alphacoders.com/100/1007550.jpg);color:gold"/>
<!--<body style="background-color:tomato;color:white"/>-->
<!--THERE CAN BE MULTIPLE BODY TAGS BUT TITLE CAN ONLY BE ONE IF MULTIPLE, THE PRIORITY GOES TO FIRST BT DEFAULT.-->
<body>
<h1>HELLO EVERYONE!</h1>
<h2>My name is BASI REDDY ROHITH REDDY.</h2>
<h3><i>But you can call me Rohith.</i>
<u>I AM A SECOND YEAR BTECH STUDENT AT AMRITA VISHWAVIDHYAPEETAM.</h3><br/>
<h4>My hobbies are
<ol>
<li>anime</li>
<li>reading books</li>
<li>sleeping</li>
</ol>
</u></h4><br/>
I hate
<ul>
<li>wasting time</li>
<li>annoying people</li>
</ul>
I am a introvert mostly<br/>
But depending on the topic and the person who is talking
I can be more open that most people.<br/>
Now let me show you my instagram account.<br/>
<a href="https://www.instagram.com/rohithreddybasireddy/"> INSTAGRAM </a>
<p align="left">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRW7oIkMhulqcMZtnpaHM8gV4irSDAk3CWjFg&usqp=CAU" width="200"/></p>
</body>
</html>