Computer Science, asked by soham8612, 9 months ago

write HTML code by using any 6 formatting tags and 1 largest or smallest heading tag for Hotel profile​

Answers

Answered by himanshi2267
0

Answer:

hope it will help u.

remember to make it as a brainlist ..

Attachments:
Answered by Anonymous
6

Write the Basic Html format:

<html>

<head>

<title>your title</title>

</head>

<body> ... your code

</body>

</html>

Note: Write all the code mentioned below within body tag.

For largest heading:

<h1> Hotel profile</h1>

For smallest heading:

<h7> Hotel profile</h7>

Similar questions