Write a program using html with following css specification - the background colour of the company name should be in green, the text colour of the company name should be red, the heading should be large woth font "comic sans ms ", the description of the company should be displayed in blue color in a paragraph
Answers
Answered by
37
Answer:
i hope you are helpful.
Attachments:
Answered by
14
Answer:
<!DOCTYPE html>
<html>
<head>
<title>XII IT</title>
<style type="text/css">
h1{text-align: center;background-color: green;color: red;font-family: comic sans MS}
p{color: blue}
</style>
</head>
<body>
<h1>Titan fastrack</h1>
<P>Titan fastrack is a fashion accesarry retail brand in india.</P>
</body>
</html>
Explanation:
Similar questions
Math,
4 months ago
English,
4 months ago
English,
8 months ago
Math,
8 months ago
Social Sciences,
11 months ago
Political Science,
11 months ago
Biology,
11 months ago