Answer:
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
</head>
<body>
<h1>Khanu Piunu Restaurant</h1>
<h2>Collect Formation For</h2>
<table><tr>
<td><ol>
<li>MENUS</li>
<br>
<li>RESERVATION</li>
<br>
<li>CATERING</li>
<br>
<li>TOURS</li>
<br>
</ol></td>
<td><img src="IMAGE URL(please add here before running)" Align="right"/>
</td>
</tr></table>
<h1>Menus Available Are</h1>
<table align="center" border="1">
<tr><td>1.</td><td>INDIAN</td></tr>
<tr><td>2.</td><td>ITALIAN</td></tr>
<tr><td>3.</td><td>CONTINENTAL</td></tr>
<tr><td>4.</td><td>THAI</td></tr>
</table>
<h1>For Further Enquiries and Queries <a href="please add here website address">CONTACT US</a></h1>
</body>
</html>
Step-by-step explanation:
The code is as above. And the only drawback of the above code is, it is not responsive and will work fine on desktop. However, you can make it responsive by using width,height in percentage, and better use of media tag.