The HTML header element represent the heading element or a navigation links. But also it contains other element like logo, search box, social networking sites links etc.
<html> <head> <title> Footer tag </title> </head> <body> <header> <h2>help4code.com</h2> <p>help4code is the best programming website</p> </header> </body> </html>O/P
help4code.com
help4code is the best programming website