-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
259 lines (221 loc) · 6.99 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<html>
<head>
<title> Welcome to VIT-AP </title>
</head>
<a href="#" id="scroll-to-bottom">
Click here to jump to the bottom of the page</a> <br>
<h1> Sowmini </h1>
<body>
<h2 style="color:skyblue">sowmini</h2>
<p style="color:green">1</p>
<p style="color:blue">2</p>
<p style="color:brown">3</p>
<p style="color:green">4</p>
<p style="color:violet">5</p>
<p style="color:red">6</p>
<p style="color:yellow">7</p>
<p style="color:brown">8</p>
<p style="color:red">9</p>
<p style="color:green">10</p>
<p style="font-style:calibri;"> VITAP</p>
<p style="font-style:italic;"> HTML stands for Hyper Text Markup Language.</p>
<p style="font-style:consolas;">
It is the core<br>
language of the world wide web and is used to define<br>
the structure and layout of web documents by using<br>
various tags and attributes.
</p>
<p style="font-style:italic">
Although a fundamental language of the web, HTML is a <br>
static language - content created with it does not change.
</p>
<p style="font-style:Arial">
HTML is used to specify the way webpages look, not how they<br>
function.
</p>
<p>
One particular book which is recommended reading is <u>The Street Lawyer</u> by <u>John Grisham</u>. This book is about a lawyer who begins re-evaluating his priorities in life when a bad<br>
incident occurs within his law firm. Consequently, he becomes acquainted with the inner city streets, and realizes the harsh existence of the homeless, and vows to give them a chance in the courts. <u>The Street Lawyer</u> is a <span style="font-style:italic"> <strong>great</strong> </span><br>
book. It is <span style="font-style:italic"> <strong>well written </strong> </span>and <span style="font-style:italic"> <strong>interesting</strong> </span>. Other books by <u>John Grisham</u> include <u>The Firm</u>, <u>The Pelican Brief</u>, and <u>The Client.</u>
</p>
<h6> sowmini</h6>
<h5> sowmi </h5>
<h4> sowmini</h4>
<h3> sowmi</h3>
<h2> s </h2>
<h1> so </h1>
1^2 = 1
<br>
2^2 = 4
<br>
3^2 = 9
<br>
4^2 = 16
<br>
5^2 = 25
<br>
6^2 = 36
<br>
7^2 = 49
<br>
8^2 = 64
<br>
9^2 = 81
<br>
10^2 = 100
<br>
11^2 = 121
<br>
12^2 = 144
<br>
13^2 = 169
<br>
14^2 = 196
<br>
15^2 = 225
<br>
16^2 = 256
<br>
17^2 = 289
<br>
18^2 = 324
<br>
19^2 = 361
<br>
20^2 = 400
<p>
It is the core
language of the world wide web and is used to define
the structure and layout of web documents by using
various tags and attributes.</p>  <p>Although a fundamental language of the web, HTML is a
static language - content created with it does not change.
</p>
<h2> Hardware Devices </h2>
<ol type="I">
<li> CD-ROM drive </li>
<li>DVD drive </li>
<li>Hard disk </li>
<li>Modem </li>
</ol>
<h2>Web Languages </h2>
<ul>
<li> HTML</li>
<li>Javascript</li>
<li>PHP</li>
<li>Java</li>
</ul>
<p>
<del> HTML is a programming language </del> <br>
<ins> HTML is a programming language <ins>
<p>
"It is the core language of the world wide web. It is used to define the structure and layout of web documents.<br>
It provides various tags and attributes."
</p>
<p>
It is the core language of the world wide web.
</p>
<dl>
<dt> HTML </dt>
<dd> A markup Language</dd>
<dt> VIT </dt>
<dd> 35 years old </dd>
<dt> CSE 4004</dt>
<dd> Web </dd>
<dt> Technology </dt>
<dd> The development of tools which serve as a means to <br>
certain objectives</dd>
<dt> Megabyte </dt>
<dd> A unit of data consisting of 1024 kilobytes </dd>
</dl>
<p align=left>
VIT-AP.<br>
Inovolu<br>
Amaravati 522237
</p>
<p align=center>
VIT-AP.<br>
Inovolu<br>
Amaravati 522237
</p>
<acronym title="Abstract"> Abstr.</acronym><br><br>
<acronym title="Biochemistry"> Biochem.</acronym><br><br>
<acronym title="Example">Ex.</acronym><br><br>
<acronym title="Literature">Lit.</acronym><br><br>
<acronym title="Mathematics">Math.</acronym><br><br>
<abbr title=" Institute of Electrical and Electronics Engineers">IEEE</abbr><br><br>
<abbr title="Hyper text markup language">HTML</abbr><br><br>
<abbr title="World Health Organization">WHO</abbr><br><br>
<abbr title="Cascading Style Sheets">CSS</abbr><br><br>
<abbr title="Java Script">JS</abbr>
<p><a href="http://www.google.com"> Search the web with Google!</a>
</p>
<a href="#top">Top</a><br>
<img src="Apple.jpg">
<br>
<br>
<img src="Sky.jpeg">
<br>
<br>
<img src="Swan1.jpg">
<br>
<br>
<img src="Apple.jpg" width="200" height="200" border="2"><br>
<a href="https://vitap.ac.in"><img src="Swan1.jpg"></a><br>
<a href="https://www.google.com/url?sa=i&source=images&cd=&ved=2ahUKEwjs6oLB_szjAhURbo8KHVxXDoIQjRx6BAgBEAU&url=https%3A%2F%2Fwww.pexels.com%2Fsearch%2Fapple%2F&psig=AOvVaw2-hWW5U2pf-aC9HqFgl_hT&ust=1564038210055198"><img src="Apple.jpg"></a>
<br>
<!-- Comments used in html for user -->
<br>
<table width=100% border="1">
<caption> HMTL Table </caption>
<thead>
<tr>
<th> Firstname </th>
<th> Lastname </th>
<th> Age </th>
</tr>
</thead>
<tbody>
<tr>
<th> Jaya Sowmini </th>
<th> Kona </th>
<th> 17 </th>
</tr>
<tr>
<th> Dhirane Satvik </th>
<th> Kona </th>
<th> 25 </th>
</tr>
</tbody>
</table>
<br>
<br>
<p align=right>
A right-aligned paragraph
</p>
<body>
<h1>Jaya Sowmini Kona</h1>
<hr>
<strong>Address</strong> :10-11/1/B,LIC Building, Main Road, Madhira
<br>
<strong>Contact No</strong> :7661963214
<br>
<strong>Qualification</strong> : <p>1.Pursuing Btech Computer Engineering in VIT-AP University<br>
2.Intermediate in Sri Chaitanya<br>
3.SSC in Narayana School</p>
<hr>
<strong>Skill Set </strong> : Efficient in Programming languages like c,c++,Java,Matlab
<hr>
<strong> Projects </strong> : 1.<strong>IoT Based Air Pollution Controlling System using Arduino</strong><br>
In this project we developed a system which controls air pollution which senses the pollution rate with the help of Arduino.<br>
2.<strong>Home Security System Using Raspberry Pi</strong><br>
In this project we developed a system in which it will send a mail to the owner of the house if any intruder passes through the entrance of the home
at which the raspberry pi camera will be fixed. The pir motion sensor senses the motion within some range and it will activate pi camera and clicks a
picture of the intruder.Later it will send that photo to the email of that respective owner.
<hr>
<strong>Personal Information </strong> : <strong>Date of Birth:</strong> 04-08-2001<br>
<strong>Father Name:</strong> Kona Gopala Kesava Kumar<br>
<strong>Languages Known</strong>: Telugu, Hindi, English
<hr>
<strong> Declaration </strong> : I hereby declare that the above information is true according to my knowledge.
</body>
</html>