Write an html code that will create a simple website saying hello world
please help me asap
Answers
Answered by
9
Required HTML code:
<!DOCTYPE html>
<html>
<head>
<style type = "text/css">
body {background-color: yellow}
h1 {color: red; font-family: "Arial"; text-align: center}
</style>
<title> Creating a webpage </title>
</html>
<body>
<h1> HELLO WORLD! </h1>
</body>
</html>
_______________________
_______________________
Refer to the attached pictures for a better understanding.
Attachments:
Similar questions
English,
2 months ago
Math,
2 months ago
Physics,
4 months ago
Math,
4 months ago
Computer Science,
10 months ago