Computer Science, asked by krprabhas111p4hamc, 1 year ago

Write the HTML code to generate it
[English/Maths/Economics/Physics/

67/89/77/92

Answers

Answered by KshithijBK
16

<HTML>

<HEAD>

<TITTLE></TITTLE>

</HEAD>

<BODY>

<table border= "3">

<tr>

<caption><bg color="yellow"</bg color="yellow> marks</caption>

</tr>

<tr>

<bg color="green">

<th>English</th>

<th>Maths</th>

<th>economics</th>

<th>Physics</th>

</tr>

<tr>

<TD>

67

</TD>

<TD>

89

</TD>

<TD>

77

</TD>

<TD>

92

</TD>

</tr>

</table>

</body>

</html>

Answered by Qqqqqqqqsxx
9

<html>

<head>

<title>Marks</title>

<Body>

<h1> english marks-67</h1>

<h2> Maths marks-89</h2>

<h3>economics marks-77</h3>

<h4> Physics marks-92</h4>

</Body>

</head>

</html>

Similar questions