html;HyperText Markup Language (HTML) is the basic scripting language used by
web browsers to render pages on the world wide web.
head;The <head> element is a container for metadata (data about data) and is
placed between the <html> tag and the <body> tag
<title> Defines the title of a document
<base> Defines a default address or a default target for all links on a page
<link>Defines the relationship between a document and an external resource
body;The <body> element contains all the contents of an HTML document, such
as headings, paragraphs, images, hyperlinks, tables, lists, etc.
h1;The <h1> to <h6> tags are used to define HTML headings. <h1> defines the
most important heading. <h6> defines the least important heading.
p; The body paragraphs — all the paragraphs that come between the intro and
conclusion
The <div> tag defines a division or a section in an HTML document. The <div> tag
is used as a container for HTML elements
It specifies the name of the Background color of the Document.