-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforcss.html
More file actions
26 lines (26 loc) · 970 Bytes
/
forcss.html
File metadata and controls
26 lines (26 loc) · 970 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link href="style.css" type="text/css" rel="stylesheet">
</head>
<body>
<h1>This is for CSS</h1>
<p>This is nothing but nothing. Learing only something. Since it can be anything, it will be nothing. He knows nothing, but he does everything </p>
<br>
<div>
My name is Karthik. Iam studying in some class in some other section.
I belong to some other group which is not in our university.
Please don't ever join our university.
</div>
<br>
<div class="one">
<p class="two">
My home town is Nellore. I live somewhere is nellore. Coz ofcourse
iam not gonna live in scrapyard right!
</p>
</div>
</body>
</html>