Computer Science, asked by sanyam22122017, 4 months ago

Write an html code that will create a simple website saying hello world
please help me asap

Answers

Answered by Anonymous
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>

_______________________

_______________________

\sf \red {☆NOTE:} Refer to the attached pictures for a better understanding.

Attachments:
Similar questions