Computer Science, asked by dinkark76, 7 months ago

read the question properly and write a html code for the above

plz ans fast need it

who ever answers it first will be marked brainy ​

Attachments:

Answers

Answered by krpalashish842
0

Answer:

<html>

<head>

<title>School website</title>

</head>

<body>

   <a href="School website.com"><img src="schoolimage.jpg></a>

<ul>

<li> My school has a biggest playground in the city.</li>

<li> My school has a facility of swimming pool.</li>

<li> My school has best infrastructure.</li>

</ul>

<table width="50%">

<tr>

<th>Name</th>

<th>Class</th>

<th>Div</th>

<th>Roll No.</th>

</tr>

<tr>

<td>Ashish<td/>

<td>5</td>

<td>C</td>

<td>21</td>

</tr>

</table>

</body>

</html>

Explanation:

Similar questions