SOP 2 : Create a web page with, following specification.- Image of any scientist with an alternate text as his name.
- Create a paragraph related to information of that scientist.
- Create a table of his/her inventions.
Solution:- <html>
<head>
<title>
HTML SOP 2
</title>
<body>
<h2>Albert Einstein</h2>
<img src="albert-einstein.jpg" alt="Albert Einstein">
<p>Albert Einstein was born on 14 March in the year 1879 in Württemberg, Germany. He was educated at the Swiss Federal
Institute of Technology in Zurich. Einstein was a theoretical physicist who discovered
and invented major theories of Physics. Albert Einstein received honorary doctorate degrees in science and philosophy. </p>
<p>He got the Fellowships of all the leading scientific academies in the world. His works were recognized across the
world and in 1921, Einstein won the prestigious
Nobel Prize for Physics for his significant work on the photoelectric effect.</p>
<table border="2">
<h2> Inventions of Albert Einstein</h2>
<th>Sr.No</th>
<th>Invention</th>
<th>Description</th>
<tr>
<td>1</td>
<td>Brownian Movement</td>
<td>The Brownian movement is one of the significant contributions of Albert Einstein.</td>
</tr>
<tr>
<td>2</td>
<td>Quantum Theory of Light</td>
<td>Einstein was the key person behind the quantum theory of light..</td>
</tr>
<tr>
<td>3</td>
<td>Photoelectric Effect</td>
<td>In 1905, Albert Einstein proposed this theory, which is the base of modern Physics.</td>
</tr>
</table>
</body>
</html>
No comments:
Post a Comment