c Arrange the following code in the correct sequence-
2. <h1>Sample Website</h1>
3. <body>This is the main contents of the webpage.
ima
1. <html>
4. <head>
5. </html>
6. </head>
7. <title>StyleTrend Welcome Page</title>
8. </body>
Answers
Answered by
9
Answer:
1. <html>
2. <head>
3. <title>StyleTrend Welcome Page</title>
4. </head>
5. <h1>Sample Website</h1>
6. <body>This is the main contents of the webpage.
7. </body>
8. </html>
Explanation:
hope it helps you
mark me as the brainliest
Answered by
0
The correct sequence is:
1.<html>
4. <head>
7. <title>StyleTrend Welcome Page</title>
6. </head>
2. <h1>Sample Website</h1>
3. <body>This is the main content of the webpage.
8. </body>
5. </html>
The above program belongs to the HTML ( HyperText Markup Language) programming language.
- <html> tag is a container tag and it is mandatory to put it on the extremely first of the source program.
- <Title> tag is also a container tag that is written under <Head> tag. This tag is used to display the title of the webpage created.
- <h1> tag is used to display the heading of the document on the webpage.
- <Body> tag is a container tag. The whole content of the webpage is written under this tag.
Similar questions
Math,
2 months ago
Computer Science,
2 months ago
Social Sciences,
5 months ago
Science,
5 months ago
Hindi,
11 months ago
English,
11 months ago
Chemistry,
11 months ago