1. Write the HTML code to generate the following output-
KHAO PIYO RESTAURANT
Collect formation for
Menus
O
Reservation
Catering
Tours
Menus Available are
1
2
3
4
INDIAN
ITALIAN
CONTINENTAL
THAI
For further enquiries and reservations contact us
Answers
Explanation:
<HTML>
<HEAD>
<TITLE> Khao Piyo Restaurant </TITLE>
</HEAD>
<BODY>
<H1 ALIGN = " CENTER " > Khao Piyo Restaurant</H1>
COLLECT INFORMATION FOR :- <BR>
<A HREF = " MENU.HTML"> MENU < /A><BR>
<A HREF = " RESERVATIONS.HTML"> RESERVATIONS </A><BR>
<A HREF = " CATERING.HTML"> CATERING </A><BR>
<A HREF = " TOURS.HTML"> TOURS </A><BR>
<H2> Menus Available are:- </H2><BR>
1. INDIAN <BR>
2. ITALIAN <BR>
3. CONTINENTAL <BR>
4. THAI <BR>
For further reservations and queries , contact us.
</BODY>
</HTML>
Note :-
- Using same format make all the files again in Notepad which has .HTML extension
- Add necessary details there.
- Use of BODY and HTNL tag is necessary
- HEAD tag is Optional
- BR tag is for line break
- TITLE is also optional
- Use HR to make lines
- Always put slash when you want to end a tag
- Slash for Empty tag is optional.
<!DOCTYPE html>
<html>
<body>
<h1 style="color:red; text-align:center;">KAHO PIYO RESTAURANT</h1>
<p style="color:blue;"> Collect information for
<ul>
<li>menus </li>
<li>catoring</li>
<li>tours</li>
</ul>
<TABLE BORDER="5" WIDTH="50%" CELLPADDING="4" CELLSPACING="3">
<TR>
<TH COLSPAN="2"><BR><H3>menus available are </H3>
</TH>
</TR>
<TR>
<TH>S. no.</TH>
<TH>menus</TH>
</TR>
<TR ALIGN="CENTER">
<TD>1.</TD>
<TD>indian</TD>
</TR>
<TR ALIGN="CENTER">
<TD>2.</TD>
<TD>italian</TD>
</TR>
<TR ALIGN="CENTER">
<TD>3.</TD>
<TD>continutal</TD>
</TR>
<TR ALIGN="CENTER">
<TD>4.</TD>
<TD>thai</TD>
</TR>
</TABLE>
</p>
<p>
for other enqueies and reservations <a href="https://brainly.in/question/8396133">contact us </a></p>
</body>
</html>
note :-
- answer must be view in app
- here i provide link of similar question
- assume it is link of the website of restaurants owner