Computer Science, asked by reenamange876, 1 month ago

What will be the output for the following HTML programs?

Answers

Answered by adityarajsinhgohil99
1

Answer:

I know this answer the answer is so simplify that small childrens know that what will come in this

Explanation:

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>

Similar questions