I am wondering how can I send my header element over multiple pages. I have viewed the article and there are a lot of information, however it did not work in my case. I need more of understanding before I can implement the practices from the article. Can you please help me with more detailed explanation please? This is my code which I want to send over number of pages.
<header id = "header">
<div class = "logo">
Work Along
</div>
<div class = "pages">
<a href = "index.html" id = "Gallery">Gallery Walls</a>
<a href = "#contact">Story</a>
<a href = "https://www.instagram.com/studio/" target = "_blank" class="fab fa-instagram" id = "icon"></a>
<i class="fas fa-store" id = "icon"></i>
</div>
</header>