create a school website using html tags
Answers
Answered by
1
Explanation:
<!DOCTYPE html>
<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>
Similar questions
Physics,
5 months ago
Math,
5 months ago
Political Science,
10 months ago
English,
1 year ago
Chemistry,
1 year ago