Skip to main content
🎁 Exclusive Launch Deal: Premium Themes Available FREE — Grab Yours Now!
Back to Blog
General

List of basic html tags

admin 3 min readPublished Jun 5, 2022Updated Jul 7, 2026
List of basic html tags

Hello Folks, In this Topic I will explain about some list of basic html tags.

Html Documents

All Html Start with type declaration :

, It represents the document type and help browser to understand and display web pages correctly. But you can skip it as it is not mandatory. But as per standard practice and good coding you must include while writing html code.

Then html start with and end with

then you can add your all content between and tag which is visible to users

Example




Join CreateswowTech Channel

Learn Html with us

Html Heading

Same like you are defining heading in word document , in html also you can define headings and it can be define with

to

tags.

If you are working on any website then your website should have atleast 1

tag and also you should include

and

tags accordingly.

Example

This is heading 1

This is heading 2

This is heading 3

Html Paragraphs

If you are writing any content in your html website like you are writing about the company or blogs then you should write your content in proper format so it can be easy to read and user can understand it. So for that you should use paragraphs and it can define with

tag.

Example

This is a paragraph.

This is another paragraph.

Html Links

If you are working on website then you might require to give either internal navigation to any other page or you might require to add external website link in your website the you should use this feature.

Html Links are define with tag

Example

Join Createswowtech and Learn Html with us

Html Images

If you want to add any images in your website then you should use this feature, images can be added in website using tag

Example

createswowtech.com

Line Break

If you are writing any content and you want to start with next line then you can use this feature , it is defined with
tag

Example


   
      
   
	
   
      

Hello Friends
Join our channel and learn html full course
Thanks
CreatesWowTech Team

Center alignment of content

If you want to set your content in center then you can use this tag. It start with

Example



   
      
   
	
   
      

This text is not in the center.

This text is in the center.

Horizontal Lines

If you want to breakup your content in sections you can use this tag , it start with


tag

Example



   
      
   
	
   
      

Visit Our Channel CreatesWowtech


Learn PHP , html and Magento with us

So Friends These are some important list of basic html tags which we will use in our whole html tutorials.

Hope you like our this blog so please share our blog with your friends.

You can join our Youtube channel to learn html and many more languages

Click here to check list of topics what we are going to cover in our html tutorial