Computer Science, asked by simranadvani123, 7 months ago

html program background colour should be green text colour should be red heading should be large with Font comic sans ms description should be in blue colour in a paragraph​

Answers

Answered by Sachingadekar
0

Answer:

what you mean....please complet question

Answered by Sahasravedala007
0

Answer:<html>

<head>

<style>

body{

margin:0px;

}

.comlogo{

background-color:green;

color: red;

}

h1{

font-family:comics-san;

}

p{

color:blue;

}

</head>

<body>

your code

</body>

</html>

HOPE IT HELPS YOU

PLS MARK THE BRAINLIEST

Similar questions