Computer Science, asked by emailforgamingdevil, 8 months ago

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 mithi31031996
1

Answer:

<html>

<head>

<style>

body{

color:red;

font-size:28px;

}

</style>

</head>

<body>

<pre>

&quot;STAY SAFE with 5M’s&quot;

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