SOP 2: Create a web page with, follow
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.
Answers
Answer:
sicentist name is aman sharma
Create webpage using table and image
<!DOCTYPE html>
<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
th, td {
padding: 5px;
text-align: left;
}
</style>
</head>
<body>
<h2>Heading</h2>
<p>Paragraph</p>
<p><img src="pic.jpg" style="height:px;">Paragrapgh</p>
<table style="width:100%">
<tr>
<th>Invention Date</th>
<td>Invention Name</td>
</tr>
<tr>
<th>12/03/2020</th>
<td>Invertor</td>
</tr>
</table>
</body>
</html>
Know More
Q.1.- Write the source code to create the web page to create the web page
Click Here- https://brainly.in/question/12151403
Q.2.- Create a web page numbers my teacher create a web page named as my teacher
Click Here- https://brainly.in/question/14610858
Q.3.- HTML code for creating web page
Click Here- https://brainly.in/question/1807009