-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathfirst.html
More file actions
39 lines (39 loc) · 1.67 KB
/
first.html
File metadata and controls
39 lines (39 loc) · 1.67 KB
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
<!DOCTYPE html>
<html>
<head>
<style>
body{background-color:aquamarine;
font-size:24px;}
p{color:brown;}
div{border-color:black;
border-radius:5px;
border-style:solid;
background-color:pink;
height:820px;
width:600px;
padding-top:50px;
padding-left:60px;
padding-right:60px;
padding-bottom:100px;
margin-top:90px;
margin-bottom:90px;}
</style>
</head>
<body>
<center style="color:green;"><center><div><p><h1>MODERN SCIENCE</h1 >
Sceince as it is known today is of relatively modern origin , but the traditions out of which it has emerged reach back beyond recorded history.The roots of science lie in the technology of early toolmaking and other crafts , while scientific theory was once a part of philosophy and religion.This relationship with technology encouraging science rather than the other way around,remained the norm until recent times.Thus , the history of science is essentially interwined with that of technology.r<br>
For more information please sign up using your username and email-id.
<form>
User name:<input type="text"name="Name"placeholder="name" required><br>
Email-id:<input type="text"name="email-id"placeholder="email" required><br>
Password:<input type="password"name="password" required><br>
<input type="submit" name="submit"><br>
Did you like this page?<br>
<input type="radio" name="name" value="option">yes<br>
<input type="radio" name="name" value="option">no<br>
</form>
<img src="https://www.energencia.co.za/wp-content/uploads/reiki-science.jpg" height="200" width="200" alt="sorry">
<a href="https://encyclopedia2.thefreedictionary.com/Modern+science"target="_blank">Go to the link</a>
</p></div>
</body>
</html>