Computer Science, asked by prajaktathakre18, 6 months ago

write html code to generate the following output welcome to Dubai ​

Answers

Answered by DeepakUgalePatil
0

Answer:

<html>

<head>

<title>welcome to Dubai Page</title>

</head>

<body>

<p>welcome to Dubai </p>

</body>

</html>

Similar questions