Computer Science, asked by khushidoshi1507, 2 months ago

arrange the following code in the correct sequence

Attachments:

Answers

Answered by sania699
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 Einstein000
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