Computer Science, asked by tarabisht9168, 10 months ago

subject-computer

__________मुख्यतः दो भागों में बटा हुआ है tiltle तथा body ​

Answers

Answered by abhishekshrotriya
0

Answer:

HTML Document

Explanation:

An HTML document is divided into two sections i.e. <title> tag inside the head section and body.

For Example:-

<!DOCTYPE html>

<html>

<head>

 <title>Title of the document</title>

</head>

<body>

The content of the document......

</body>

</html>

Similar questions