Advertisements
Advertisements
Question
Write output of the following HTML program
<HTML>
<HEAD>
<TITLE> abc </TITLE>
</HEAD>
<BODY>
<H1 align="center">KBC Restaurant</H1>
<TABLE border="2">
<TR>
<TH rowspan="2">
<font size="5"> Pawbhaji </font>
</TH>
<TH> with cheese </TH>
<TH> 35 </TH>
</TR>
<TR>
<TH> without cheese </TH>
<TH> 25 </TH>
</TR>
</TABLE>
</BODY>
</HTML>
Solution
Output of HTML program
shaalaa.com
Hyper Text Markup Language (HTML)
Is there an error in this question or solution?