11th Class . IT(Information Technology) Skill Set 2 - HTML -5 . Sop-2
STD: 11th. Subject: IT(Information Technology)
Web Designing (HTML - 5)
Skill Set 2 - HTML -5
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 :
<!DOCTYPE html>
<html>
<head>
<title>sop.2</title>
</head>
<body>
<img src= ”<a href='https://postimages.org/' target='_blank'><img src='https://i.postimg.cc/d11ttw1b/photo.jpg' border='0' alt='photo'/></a>
<h2>Stephen_Hawking</h2>
<br>
<p>
Stephen Hawking was a brilliant physicist known for his groundbreaking work on black holes and cosmology. Despite being diagnosed with ALS at a young age and facing physical limitations, he defied the odds and continued to make significant contributions to theoretical physics.
</p>
<p>
Hawking's research on Hawking radiation challenged existing scientific paradigms, and his book "A Brief History of Time" made complex scientific concepts accessible to a wider audience. His perseverance and determination to pursue knowledge despite his physical challenges serve as an inspiration to many.</p>
<p>
Throughout his life, Hawking received numerous accolades, including the Presidential Medal of Freedom and being named a Fellow of the Royal Society. His legacy extends far beyond his scientific achievements; he remains a symbol of resilience, intellectual curiosity, and the enduring human spirit.</p>
<p>
Stephen Hawking's life story teaches us that passion, determination, and a thirst for knowledge can transcend any obstacle, leaving an indelible mark on the world of science and inspiring future generations of scientists and thinkers.
</p>
<table border=5 bordercolor=pink>
<tr>
<th> Sr No.</th>
<th> Invention </th>
<th> Year</th>
</tr>
<tr>
<td>1</td>
<td>Hawking Radiation</td>
<td>1974</td>
</tr>
<tr>
<td>2</td>
<td>No-Boundary Proposal</td>
<td>1983</td>
</tr>
<tr>
<td>3</td>
<td>Information Paradox</td>
<td>1975</td>
</tr>
</table>
</body>
</html>
How To Use This Code :
1. Open Notepad In Your PC
2. Write this Code .
3. For adding Image Copy And paste The image Path on img Section
4. save this Code on your pc and remember, Write .html in last
5. To Run this code Open this code on your pc .
Comments
Post a Comment