Computer Science, asked by adarshale2, 4 months ago

The correct sequence of HTML tags for starting a webpage is -
Head, Title, HTML, body
HTML, Body, Title, Head
O HTML, Head, Title, Body​

Answers

Answered by tanveerjot
22

Answer:

option 3

Explanation:

HTML, head, title, body

plz mark as brainlist


shailyrathour1: aata hai kach
tanveerjot: haan atta h na
Answered by VISHALKUMARV22
13

<html>

<head>

        <title>Title of the Page</title>

</head>

<body>

       <p>This is a Paragraph</p>

</body>

</html>

Similar questions