Write a complete HTML Web page with the title “Food Bar” and a heading at the top which reads “Happy Hour at the Food Bar”, followed by the words “Come on down!” in regular type. List 10 snack items in the menu bar one below the other below
Answers
Answered by
1
<html lang="en">
<head>
<title>Page Title</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
body {
font-family: Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
<h1>My Website</h1>
<p>A website created by me.</p>
</body>
</html>
Try it
mark me as brainliest
Answered by
1
Please try these.....✌✌
Mark as brainliest......❤❤
Attachments:
Similar questions