HTML Head Tag

An example of all HTML head elements.

The head element in HTML is a container that contains metadata (data about data) about the HTML document. It is placed between an opening <html> tag and before the opening <body> tag. A basic structure of an HTML document is…

Read MoreHTML Head Tag