write html code to generate the following output welcome to Dubai
Answers
Answered by
0
Answer:
<html>
<head>
<title>welcome to Dubai Page</title>
</head>
<body>
<p>welcome to Dubai </p>
</body>
</html>
Similar questions