Write an HTML code for web page for your school with the following details and features
Answers
Answered by
1
where are the details ...............................................................................
Answered by
3
Answer:
Paste this code in your notepad and try to run it your website creation is done edit yourself accoridngly
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