Which section is used for text and tages that are shown directly on your web pages ? a0 Head b) Body c) Title d) Html
Answers
Answered by
0
The correct answer is option b. Body
There are two sections in a HTML page such as head and body section. The head section contains title, author, etc.
The body section comprises all the content to be displayed in a web page.
“<body>” tag is used to display all the text in a web page.
Given below is the general syntax to create a web page using HTML language.
<html>
<head>
<title>Title of the document</title>
</head>
<body>
The content of the document......
</body>
</html>
The body section defines the document body and contains not only the texts but also links, hyperlinks, images, list, and tables.
Similar questions
Math,
6 months ago
Chemistry,
6 months ago
Math,
1 year ago
Computer Science,
1 year ago
Math,
1 year ago