Computer Science, asked by krishna7349, 6 months ago

Write HTML code that has these following points 1) Title of the Page should be "Dubai Tourism" 2) The heading text should be "WELCOME TO DUBAI" in Arial font. 3) Background color should be "yellow" . 4) Use an image "burj.jpg" in the web page. 5)Use one line as comment in the code.​

Answers

Answered by iamyourguide27
8

Answer:

<html>

<title>Dubai Tourism</title>

<h1><center>Welcome to Dubai</center></h1>

<bgcolor=yellow>

<img src="e:\Users\(computer name) \Desktop\(folder name)\burj.jpg"

</body>

</html>

sprry bro i dont know the 5th one

and dont write folder and divice name in brackets

Explanation:

hope it helps pls mark me as brainliest

Similar questions