<!DOCTYPE html> <html> <head> <title>Example of HTML header Tag</title> </head> <body> <header> <h1>Top Browsers</h1> <nav> <p> <a href="https://www.google.com">google</a> | <a href="https://www.yahhoo.com">yahoo</a> | <a href="https://www.bing.com">bing</a> </p> </nav> </header> </body> </html>
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter