Computer Science, asked by naikafrah2304, 8 months ago

1)Write html program to display menu card of
"HOTEL DERBI" with heading and minimum 3 Veg and Non-Veg
items displayed in checkboxes and place "ORDER"

Answers

Answered by manojsingh140194
3

Answer:

iProject X meets sci-fi chiller in this trippy, supernatural thriller. Three college friends hit the biggest party of the year, where a mysterious phenomenon disrupts the night, quickly descending into a chaos that challenges 

Answered by rrrrajakumarivishwak
1

Answer:

<! doctype html>

<html>

<head>

<title>hotel derbi</title>

</head>

<h1 align="center">HOTEL DERBI</h1>

<form>

veg<input type="checkbox">chhapati sabji<br>

<input type="checkbox">Veg biryani<br>

<input type="checkbox">paneer tikka<br>

Non veg<input type="checkbox">Chicken biryani<br>

<input type="checkbox">Mutton korma<br>

<input type="checkbox">malabar fish<br>

<input type="submit" value="order">

<input type="reset" value="Cancel>

</form>

</html>

Similar questions