HTML Header Tag

The HTML header tag defines the header information of the introductory section of the content.It might contain heading,logo,search bar ,etc.

General Syntax

      
        <header></header>      
    
Try it now

Source Code

          
            <header>
  <h2>sudhakarinfotech</h2>
  <p>Providing tutorials for beginners as well as professionals.</p>
</header>          
        
Try it now

Source Code : Output

sudhakarinfotech

Providing tutorials for beginners as well as professionals.

Web Tutorials

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