HTML Main Tag

The HTML main tag is used to display the main information of the document.

General Syntax

      
        <main></main>      
    
Try it now

Source Code

          
            <main>
  <h2>sudhakarinfotech</h2>
  <article>
    <h3>Online Learning platgorm</h3>
    <p>It is world one of the most popular learning platforms.</p>
  </article>
</main>          
        
Try it now

Source Code : Output

sudhakarinfotech

Online Learning platgorm

It is world one of the most popular learning platforms.

Web Tutorials

HTML Main Tag
Html Tutorial HTML
Javascript Tutorial JAVASCRIPT
Css Tutorial CSS
Bootstrap 5 Tutorial BOOTSTRAP 5
Bootstrap 4 Tutorial BOOTSTRAP 4