WEB Most common Tags DESCRIPTIONS DOCTYPE & HTML TAGS The opening tag for the element is placed right after the declaration at the beginning of the HTML document. The tags are used to define the root element of an HTML file. See the example below. Your document title

Heading

Paragraph content.

HEAD TAGS The HTML element contains important information (metadata) of your web page document. This metadata is only visible to the browser and not to the end-user. See the example below. BODY TAGS HTML element holds the content of your web pages. The element goes after element. See example below. Your document title

Hello World

This is my awesome website.

STYLE TAGS Used within or , HTML style tags define internal styling for elements. This styling information contains CSS. See the example in the head area. Your document title

Heading

Paragraph content.

SCRIPT TAGS The HTML HEADER TAGS The HTML
may include a title, a brand logo, or information about the website. See the example below. Your document title
My awesome website logo

Welcome to my awesome website

Paragraph content.

Sub-heading

Paragraph content.

MAIN TAGS The HTML
tag represents the primary (main) content of your website page document or web application. You can only use
once. See the example below. Your document title
My awesome website logo

Welcome to my awesome website

Paragraph content.

Sub-heading

Paragraph content.

SECTION TAGS Within a web page, HTML
tags are use to structure content. Also, you can use as many
tags within your website page. See the example below. Your document title
My awesome website logo

Welcome to my awesome website

Paragraph content.

Section Heading

The section tag can contain any elements.

Image example
ASIDE TAGS HTML