HTML Basics – Structure, Elements, Tags, Attributes

HTML refers to Hypertext Markup Language. It is a simple and elegant way to structure content.

HTML Stucture

HTML Stucture

The structure of HTML basically consists of a head section and a body section. <head> contains the metadata like title, links, references, etc. <body> basically consists of the contents that are seen on the viewport.

HTML Elements

HTML Elements

HTML Tags

Html elements have an opening and closing tags.

HTML Tags

HTML Attributes

HTML attributes are used to provide extra informations about the contents of an HTML element.

HTML Attributes

About the Author: smartcoder

You might like

Leave a Reply

Your email address will not be published. Required fields are marked *