Where is the top header found? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where is the top header found?

On creating a blog

16th Sep 2020, 6:02 PM
Christian Donfack
Christian Donfack - avatar
1 Answer
0
The header tag is placed right below the body like this: <html> <head> <title></title> </head> <body> <header>some text</header> ... </body> </html>
17th Sep 2020, 5:02 AM
Hyperion
Hyperion - avatar