Write HTML5 code with CSS as follows
Write text “SOMALWAR NIKALAS COLLEGE" using larger heading. Set background color yellow to this text. Also underline the text using CSS with letter spacing 20 points
Answers
Answered by
0
Answer:
re reyhehehfjsb wggafd rhgg
Answered by
1
Answer:
Explanation:
<html>
<head>
<style>
#heading {
background-color: green;
color: red;
font-family: comic sans ms;
}
#description {
color: blue;
}
</style>
</head>
<body>
<h1 id="heading"> company_name </h1>
<p id="description"> ' description_ ' </p>
</body>
</html>
Similar questions