+ 1
Html
<header> ________ <header> This code in the body. The text in the header is top, bottom or center
3 Respuestas
+ 7
Mohamed Eletriby by default the <header> covers the whole width and you modify with css inline style the h-tags
style="text-align:center;"
yes generally it is at the top but you can reuse the header at the beginning of each chapter
<header>
<h1 style="text-align:center;">Book Title</h1>
<h2>**Chapter 1 Title</h2>
</header>
+ 1
Center
0
The Header tag is mainly used on websites to Make Navigations and brand logos. It has links of other pages on website and its different from <head> tag