You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
472 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Html5</title>
<meta charset="UTF-8">
</head>
<body>
<form action="">
Your pizza with:<br>
<input type="checkbox" name="n1">Mozzarella<br>
<input type="checkbox" name="n1">Ham<br>
<input type="checkbox" name="n1">Tomato<br>
<input type="checkbox" name="n1">Peppers<br>
<input type="checkbox" name="n1">Mushrooms<br>
<input type="checkbox" name="n1">Black olives<br>
<input type="checkbox" name="n1">Hot sauce<br>
</form>
</body>
</html>