Computer Science, asked by Mounika948, 1 year ago

write the tag for html to create webpage


siddhartharao77: Web page..? U cannot create

Answers

Answered by amanbhatt
2

<!DOCTYPE html>
<html>
<head>
<title>Your web page title</title>
</head>

<body>
The content you want to display to users.
</body>
</html>

Answered by athamadaswp
1

Answer:

We cannot create a webpage dude!!

Explanation:

If we can___

<!DOCTYPE html>

<html>

<head>

<title>Your web page title</title>

</head>

<body>

The content you want to display to users.

</body>

</html>

Similar questions