Tags and text that are not directly displayed on the page are written in which section
Answers
Answered by
12
Answer:
- The HTML <body> tag defines the main content of the HTML document or the section of the HTML document that will be directly visible on your web page. This tag is also commonly referred to as the <body> element.
▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣▣
Answered by
4
Tags and text that are not directly displayed on the page are written in the head tags section.
- Tags and text are written inside the head tags, these define the data i.e. inside the head tags we write data about the input.
- For example title, the character set used, and other metadata which is helpful for bots and crawlers which index our website on the internet.
- This input is not visible on the webpage.
- Style, scripts, base, link are some attributes available in the head tags.
Similar questions