Computer Science, asked by LallanPrasad, 9 months ago

1. Danish's teacher has taught him how to create a Web page in HTML. She now wants him to
create a Web page on the topic "The Present Continuous Tense". Explain the concept giving
a few examples. Choose a suitable background color and text color. Help him create the
HTML document in Notepad and then view it in a Web browser.​

Answers

Answered by Anonymous
3

<!DOCTYPE html>

<html>

<head>

<title>Name of the website</title>

</head>

<body>

<h1>Heading for the content below</h1>

<p>Text text text</p>

</body>

</html>

Similar questions