Computer Science, asked by basefonttag, 11 months ago

What is HTML tag and head tag

Answers

Answered by Blue14
7

The HTML <head> tag represents the head section of the HTML document.Metadata provides information about the document such as title, description, keywords etc. A typical HTML document might contain a <title> tag, one or more <meta> tags, a <script> tag, and a <style> tag - all enclosed within the <head> element.

Ŧ๏ll๏ฬ ๓є ❤

Answered by yashgandhi74
7

HTML tag:-

  • Its is a container tag.
  • It is used as an identification by the browser to identify HTML document.
  • It shows the start and end of HTML document.
  • It does not affect the appearance of the document .
  • It is not displayed by the browser.

HEAD tag:-

  • It is container tag.
  • It is not displayed by the browser.
  • It contains information about the document.
  • Title tag appear within the head tag.
Similar questions