write the HTML code to generate the following output:Dubai Tourism
Answers
Answered by
15
Html code (Sample):
<!DOCTYPE html>
<html>
<body>
<!-- Heading here -->
<h1>All about Dubai</h1>
<!-- Content to be printed as a paragraph -->
<p>Dubai Tourism</p>
</body>
</html>
Answered by
5
Answer:
<html>
<head>
<!--- header part--->
<title> program </title>
</head>
<!-- body section--->
<body>
<p> Dubai Tourism </p>
</body>
</html>
Explanation: Html means Hypertext Markup Language. HTML is the standard markup language for Web pages. HTML elements are the building blocks of HTML pages.
<html> → used to specify the appearance of the web page.
<title> → stands for title of the web page.
<p> → stands for paragraph. this tag which is used to start a paragraph.
Similar questions
Math,
7 months ago
Science,
7 months ago
Business Studies,
7 months ago
Chemistry,
1 year ago
Social Sciences,
1 year ago