arrange the following code in the correct sequence
Attachments:
Answers
Answered by
15
<html>
<head>
<title>StyleTrend Welcome Page</title>
</head>
<body>This is the main contents of the webpage.
<h1>Sample Website</h1>
</body>
</html>
Hope it helps you.
Answered by
9
Answer:
<html>
<head>
<title>StyleTrend Welcome Page</title>
<h1>Sample Website</h1>
</head>
<body>This is main contents of the webpage
</body>
</html>
Explanation:
VOTE AND SUPPORT
Similar questions