Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy header tag
<
/title
>
<
/head
>
<
body
>
<
header
>
<
h1
>
Wikitechy
<
/h1
>
<
h2
>
Tutorials
<
/h2
>
<
p
>
Wikitechy is an enhanced tutorials zone providing the best learning curve.
<
/p
>
<
/header
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy header tag</title> </head> <body> <header> <h1>Wikitechy</h1> <h2>Tutorials</h2> <p>Wikitechy is an enhanced tutorials zone providing the best learning curve.</p> </header> </body> </html>
Result