What will be the output of the given HTML code?
<HTML>
<BODY>
<TABLE BORDER = "1">
<CAPTION><BIG>Employee Record
</BIG></CAPTION>
<TR>
<TH>Name</TH>
<TH>Age</TH>
</TR>
<TR>
<TD>Ashish</TD>
<TD>18</TD>
</TR>
</TABLE>
</BODY>
</HTML>
A
B
C
D
But it is not specified its bold hence how can it be (C)?