The HTML <head> element is a container for the following elements: <title>, <style>, <meta>, <link>, <script>, and <base>. The <head> element is a container for metadate (data about data) and is placed between the <html> tag and the <body> tag. HTML metadate is data about the HTML document. Metadate is not displayed. Metadata typically define the document title, character set, styles, and other meta information. The <title> element define the document title, chartacer set, styles, scrips, and other meta information. The <title> element defines the title of the document. The title must be text-only, and it is shown in the browser's title bar or in the page's tab. The <title< element is required in HTML documents! The content of page title is very important for search engine optimization (SEO)! The page title is used by search engine algorithms to decide the order when listing pages in search results
The content of the body element is displayed in the browser window.
The content of the title element is displayed in the browser tab, in favorites and in search-angine result.
This is a paragraph.
The content of the body element is displayed in the browser window.
The content of the title element is displayed in the browser tab, in favorites and in search-engine results.
This a paragraph.
The <link> element defines the relationship between the current document and an external resource.
All meta information goes inside the head section.
The <meta> element is typically used to specify the character set, page description, keywords, auther of the document, and veiwport settings. The metdata will not be displayed on the page, but is used by browsers (how to display content or reload page), by search engines (keywords), and other web services.