Computer Science, asked by ranjit00088, 8 months ago

explain <head> and <title>tag


Answers

Answered by nitinbilla12
1

Answer:

This tags are used for heading and title in HTML

Answered by Anonymous
59

Answer:

  • The HTML <head> element contains machine-readable information about the document, like its title, scripts, and style sheets.

  • The HTML <title> defines the document's title that is shown in a browser's title bar or a page's tab.

Similar questions