Computer Science, asked by Student678, 1 month ago

Write a program to print the message, "Stay Safe, Stay Healthy"?​

Answers

Answered by borkarshankar03
3

Answer:

You also stay safe.

take care of your family.

Answered by namish3081
1

HTML program -

<html>

<head><title>A lovely message</head></title>

<body>

Stay Safe, Stay Healthy

</body>

</html>

Explanation-

Copy my whole program and paste it in notepad in your computer and then save it and for writing the name of the file write the name with the format - .html

without any space

Similar questions