5. The actual text of the document is
written within <Body> and </Body>
Answers
Answered by
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