Run
Back to
HTML <header> Tag
<!DOCTYPE html> <html> <head> <title>Untitled 1</title> </head> <body> <header> <h1>Header of Page</h1> </header> <article> <p>Description and information of page goes here.</p> </article> <footer> Footer of Page - Copyright </footer> </body> </html>