First block with color as image
The second block with color as image
The third block with color as image
The "meta" element is typically used to specify the character set, page description, keywords, author of the document, and viewport settings.
The metadata 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.
The content of the title element is displayed in the browser tab, in favorites and in search-engine results.
The content of the body element is displayed in the browser window.
The style element is used to define style information for a single HTML page.
The "link" element defines the relationship between the current document and an external resource.
The "link" tag is most often used to link to external style sheets.
The base element specifies the base URL and/or target for all relative URLs in a page.
The base tag must have either an href or a target attribute present, or both.
There can only be one single "base" element in a document!
HTML base tag - Notice that the link opens in a new window, even if it has no target="_blank" attribute. This is because the target attribute of the base element is set to "_blank".
The script element is used to define client-side JavaScripts. The following JavaScript writes "Hello JavaScript!" into an HTML element with id="demo"
The script element
This text contains subscript text like chemical formula for water H2O and ethanol C2H5OH.
This text contains superscript text like math formula for Pythagorean equation as c2 = a2 + b2.