Question:Find errors of the following code for HTML validator error<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Untitled Document</title>
</head>
<body>
<table width="38%" border="1" cellspacing="0" cellpadding="0">
<tr>
<td height="48" colspan="3" valign="top"><img src="images/banner.jpg" /></td>
</tr>
<tr>
<td width="21%" height="250" valign='top'> </td>
<td width="55%" valign="top"><h1>Home Page</h1><br>
<hr /></td>
<td width="24%"></td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
</body>
A Line 10: required attribute "alt" not specified
B Line 14: end tag for "br" omitted, but OMITTAG NO was specified
C Line 14, Column 41: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified
D No errors found