In: Computer Science
BEFORE html
<html>
<head>
<link rel="stylesheet" type="text/css" href="mystyle98_d.css">
</head>
<body>
<p>
I'm a paragraph, what color am I ?
</p>
<ul>
<li id = "fix"> I'm a list item;what color am I? </li>
</ul>
<div class = "central1">
<p class ="above">
I'm a paragraph; what color am I?
</p>
<p>
I'm another paragraph, what color am I ?
</p>
<ol>
<li id = "fix1"> I'm another list item;what color am I? </li>
</ol>
</div>
</body>
</html>
create a CSS with the following changes:
Red , green,blue,red ( in that order)
Screenshot of required output and corresponding css files are attached below:-
Answer (a)
Answer (b)
Answer (c)
Answer (d)