-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.html
More file actions
13 lines (12 loc) · 899 Bytes
/
Copy pathmain.html
File metadata and controls
13 lines (12 loc) · 899 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>Main page</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<strong>Black hole</strong>
<p>A black hole is a region of spacetime where gravity is so strong that nothing, including light or other electromagnetic waves, has enough energy to escape it. Since no light can get out, people can't see black holes.The strong gravity occurs because matter has been pressed into a tiny space. Blackhole formation takes place when massive stars die. When the life of a massive star ends, its core becomes unstable and collapses and its outer layers get blown away. There are two kinds of black holes: star-sized black holes and supermassive black holes.</p>
<p id="know">To know more about this lets take up a small quiz!!</p>
<a href="quiz.html"><button id="start">Lets start!</button></a>
</body>
</html>