Computer Science, asked by singhankit24021998, 2 months ago

5. The actual text of the document is
written within <Body> and </Body>​

Answers

Answered by raniguriya1991
157

Explanation:

HTML is a markup language. Writing in a markup language is very simple, directly you start the text of your web document and add special tags around words and paragraphs

html>

<head>

<title> My First Web Page </title>

</head>

<body>

This is my First Web Page

</body>

</html>

Attachments:
Similar questions