Computer Science, asked by mayurajchaskar7, 4 months ago

write a program using html with following css specification set background color green, write heading in bold with underline​

Answers

Answered by zeel32
1

(1) the background color of the company name should be gree. (2)the taxt Colour of the company name should be red.(3)the heading should be large with font "comic sens ms".

Answered by manshahussain46
1

Explanation:

<!doctype>

<html>

<head>

<style>

body

{

background-color:green;

}

</style>

<title> html </title>

</head>

<body>

<b><u> heading </b></u>

</body>

</html>

Similar questions