Write the HTML code to create a webpage with the following text to be appeared in size 28 in red color. (4)
“STAY SAFE with 5M’s”
1. Manage My Health
2. Maintain Clean Hands
3. Minimize Contact
4. Mask up when unwell
5. Monitor the News
Answers
Answered by
1
Answer:
<html>
<head>
<style>
body{
color:red;
font-size:28px;
}
</style>
</head>
<body>
<pre>
"STAY SAFE with 5M’s"
1. Manage My Health
2. Maintain Clean Hands
3. Minimize Contact
4. Mask up when unwell
5. Monitor the News
</pre>
</body>
</html>
Similar questions