please white the html coding of the following table
Attachments:
Answers
Answered by
1
Answer:
<HTML>
<HEAD>
<TITLE>Information</TITLE>
</HEAD>
<BODY>
<TR>
<TH>Name</TH>
<TH>Class</TH>
<TH>Subject</TH>
</TR>
<TR>
<TD>Aman</TD>
<TD>2</TD>
<TD>Maths</TD>
</TR>
<TR>
<TD>Sonia</TD>
<TD>3</TD>
<TD>Hindi</TD>
</TR>
</BODY>
</HTML>
Explanation:
This is the coding of your table given in the question. Please mark this brainlist answer.
Similar questions