-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 3eecb1e
Showing
19 changed files
with
425 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,81 @@ | ||
<html> | ||
<head> | ||
<title>FINALS</title> | ||
<style> | ||
body | ||
{ | ||
background-image:linear-gradient(to bottom left,green,lawngreen,yellow,orange,red); | ||
border:solid 3px grey; | ||
} | ||
h1{ | ||
text-align:center; | ||
} | ||
h2{ | ||
text-align:center; | ||
text-decoration:underline; | ||
} | ||
h3{ | ||
font-size:28px; | ||
font-family:cooper; | ||
} | ||
h4{ | ||
text-align:center; | ||
} | ||
a:visited | ||
{ | ||
color:red; | ||
} | ||
a:hover | ||
{ | ||
color:aqua; | ||
} | ||
a:active | ||
{ | ||
color:green; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1><u>GREAT SCIENTISTS AND DISCOVERIES</u></h1> | ||
<table border=5 bordercolor="aqua" align=center cellpadding=20 cellspacing=12> | ||
<tr> | ||
<th bgcolor=yellow>NAME OF THE SCIENTIST</th> | ||
<th bgcolor=yellow>DISCOVERY</th> | ||
<th bgcolor=yellow>WHICH YEAR</th> | ||
</tr> | ||
<tr> | ||
<td bgcolor=lawnviolet>ROBERT HOOKE</td> | ||
<td bgcolor=lawnviolet>CELL</td> | ||
<td bgcolor=lawnviolet>1665</td> | ||
</tr> | ||
<tr> | ||
<td bgcolor=orange>ISAAC NEWTON</td> | ||
<td bgcolor=orange>GRAVITY</td> | ||
<td bgcolor=orange>1687</td> | ||
</tr> | ||
<tr> | ||
<td bgcolor=red>BENJAMIN FRANKLIN</td> | ||
<td bgcolor=red>ELECTRICITY</td> | ||
<td bgcolor=red >1759</td> | ||
</tr> | ||
<tr> | ||
<td bgcolor=indigo>WILLIAM NICHOLOSON</td> | ||
<td bgcolor=indigo>ELECTOLYSIS</td> | ||
<td bgcolor=indigo>1800</td> | ||
</tr> | ||
</table> | ||
<H2>ROBERT HOOKE</H2> | ||
<h3>English physicist "robert hooke"is known for his discovery of the law of elasticity(hooke's law),for his first use of the word cell in the sense of basic unit of organisms ( describing the microscopic cavities in cork), and for his studies of microscopic fossils.He was born on JULY 18,1635 in england .Sadly,he passed away on MARCH 3,1703 in london<br> To know more about HOOKE and his discovery.......<br><center>Visit the following link</center> </h3> | ||
<a href="ROBERT HOOKE.html"><h4>ROBERT HOOKE</h4></a><br> | ||
<H2>ISAAC NEWTON</H2> | ||
<h3>Sir Isaac Newton (25 December 1642 � 20 March 1726/27) was an English mathematician, physicist, astronomer, theologian, and author (described in his own day as a "natural philosopher") who is widely recognised as one of the most influential scientists of all time and as a key figure in the scientific revolution.He was the first to discover gravity.<BR> | ||
To know more about newton and his discovery.......<br><center>Visit the following link</center></h3> | ||
<a href="ISAAC NEWTON.html"><h4>ISAAC NEWTON</h4></a><br> | ||
<H2>BENJAMIN FRANKLIN</H2> | ||
<h3>Benjamin franklin was a leading writer,printer,political philosopher,politician,freemason,postmaster,scientist,inventor, humorist, civic activist,and a diplomat.he is mainly famous for his discovery of electricity and static electricity in clouds i.e.lightning.<br>To know more about benjamin and his discovery.......<br><center>Visit the following link</center></h3> | ||
<a href="BENJAMIN FRANKLIN.html"><h4>BENJAMIN FRANKLIN</h4></a><br></body> | ||
<H2>WILLIAM NICHOLOSON</H2> | ||
<h3>William Nicholson, (born 1753, London, England�died May 21, 1815, Bloomsbury, London), was a English chemist, discoverer of the electrolysis of water, which has become a basic process in both chemical research and industry. Nicholson was at various times a hydraulic engineer, inventor, translator, and scientific publicist. With this NICHOLSON became the first man to produce a chemical reaction by electricity.<br>To know more about nicholson and his discovery .......<br><center>Visit the following link</center></h3> | ||
<a href="WILLIAM NICHOLOSON.html"><h4>WILLIAM NICHOLOSON</h4></a><br></body> | ||
<a href="index.HTML"><h4>Back</h4></a><br> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<html> | ||
<head> | ||
<title>BENJAMIN FRANKLIN</title> | ||
<style> | ||
body | ||
{ | ||
background-color:cyan; | ||
border:dotted 3px orange; | ||
} | ||
h1{ | ||
text-align:center; | ||
} | ||
a:visited | ||
{ | ||
color:red; | ||
} | ||
a:hover | ||
{ | ||
color:black; | ||
} | ||
a:active | ||
{ | ||
color:green; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1><u>BENJAMIN FRANKLIN </u></h1> | ||
<center><img src="Benjamin Franklin.jpg"/></CENTER> | ||
<h2><p>Benjamin franklin was a leadingwriter, printer,political philosopher, politician, freemason, postmaster ,scientist ,inventor , humorist , civic activist ,and a diplomat.He is mainly famous for his discovery of electricity and ststic electricity in clouds i.e.lightning. </p></h2> | ||
<a href="ANKIT FINALS PRACTICALS SCIENTISTS.HTML"><h1>VISIT MAINS</h1></a><br> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<html> | ||
<head> | ||
<title>ISAAC NEWTON</title> | ||
<style> | ||
body | ||
{ | ||
background-color:cyan; | ||
border:dotted 3px orange; | ||
} | ||
h1{ | ||
text-align:center; | ||
} | ||
a:visited | ||
{ | ||
color:red; | ||
} | ||
a:hover | ||
{ | ||
color:black; | ||
} | ||
a:active | ||
{ | ||
color:green; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1><u>ISAAC NEWTON </u></h1> | ||
<center><img src="Isaac Newton.jpg"/></CENTER> | ||
<h2><p>Sir Isaac Newton (25 December 1642 � 20 March 1726/27) was an English mathematician, physicist, astronomer, theologian, and author (described in his own day as a "natural philosopher") who is widely recognised as one of the most influential scientists of all time and as a key figure in the scientific revolution. His book Philosophiae Naturalis Principia Mathematica (Mathematical Principles of Natural Philosophy), first published in 1687, laid the foundations of classical mechanics. Newton also made seminal contributions to optics, and shares credit with Gottfried Wilhelm Leibniz for developing the infinitesimal calculus. In Principia, Newton formulated the laws of motion and universal gravitation that formed the dominant scientific viewpoint until it was superseded by the theory of relativity. Newton used his mathematical description of gravity to prove Kepler's laws of planetary motion, account for tides, the trajectories of comets, the precession of the equinoxes and other phenomena, eradicating doubt about the Solar System's heliocentricity.He is mainly famous for his discovery of GRAVITY</p></h2> | ||
<a href="ANKIT FINALS PRACTICALS SCIENTISTS.HTML"><h1>VISIT MAINS</h1></a><br> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<html> | ||
<head> | ||
<title>ROBERT HOOKE</title> | ||
<style> | ||
body | ||
{ | ||
background-color:cyan; | ||
border:dotted 3px orange; | ||
} | ||
h1{ | ||
text-align:center; | ||
} | ||
a:visited | ||
{ | ||
color:red; | ||
} | ||
a:hover | ||
{ | ||
color:black; | ||
} | ||
a:active | ||
{ | ||
color:green; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1><u>ROBERT HOOKE </u></h1> | ||
<center><img src="Robert Hooke.jpg"/></CENTER> | ||
<h2><p>English physicist "robert hooke"is known for his discovery of the law of elasticity(hooke's law),for his first use of the word cell in the sense of basic unit of organisms ( describing themicroscopic cavities in cork), and for his studies of microscopic fossils.He was born on JULY 18,1635 in england .Sadly,he passed away on MARCH 3,1703 in london</p></h2> | ||
<a href="ANKIT FINALS PRACTICALS SCIENTISTS.HTML"><h1>VISIT MAINS</h1></a><br> | ||
</body> | ||
</html> | ||
|
||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>WILLIAM NICHOLOSON</title> | ||
<style> | ||
body | ||
{ | ||
background-color:cyan; | ||
border:DOTTED 3px orange; | ||
} | ||
h1{ | ||
text-align:center; | ||
} | ||
a:visited | ||
{ | ||
color:red; | ||
} | ||
a:hover | ||
{ | ||
color:black; | ||
} | ||
a:active | ||
{ | ||
color:green; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1><u>WILLIAM NICHOLOSON </u></h1> | ||
<center><img src="William Nicholson.jpg"/></CENTER> | ||
<h2><p>Nicholson was at various times a hydraulic engineer, inventor, translator, and scientific publicist. He invented a hydrometer (an instrument for measuring the density of liquids) in 1790. In 1800, after he heard of the invention of the electric battery by the Italian physicist Alessandro Volta, he built one of his own. He then discovered that when leads from the battery are placed in water, the water breaks up into hydrogen and oxygen, which colleparaately to form bubbles at the submerged ends of the wires. with his discovery NICHOLSON became the first man to produce a chemical reaction by electricity.</p></h2> | ||
<a href="ANKIT FINALS PRACTICALS SCIENTISTS.HTML"><h1>VISIT MAINS</h1></a><br> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!DOCTYPE html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>About</title> | ||
<style> | ||
body | ||
{ | ||
background-color:cyan; | ||
border:DOTTED 3px orange; | ||
} | ||
h1{ | ||
text-align:center; | ||
} | ||
a:visited | ||
{ | ||
color:red; | ||
} | ||
a:hover | ||
{ | ||
color:black; | ||
} | ||
a:active | ||
{ | ||
color:green; | ||
} | ||
</style> | ||
</head> | ||
<body> | ||
<h1><u>Email: [email protected]</u></h1> | ||
<a href="index.HTML"><h1>VISIT MAINS</h1></a><br> | ||
</body> | ||
</html> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
[1223/102433.216:ERROR:directory_reader_win.cc(43)] FindFirstFile: The system cannot find the path specified. (0x3) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "." | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"folders": [ | ||
{ | ||
"path": "." | ||
}, | ||
{ | ||
"path": "F:/HTML/CLASS VIII LAB/SCIENTISTS" | ||
} | ||
] | ||
} |
Oops, something went wrong.