I am looking to add a border-bottom to a header element with the same color as its child font. Can you please provide me with the HTML code and guide me on how to proceed?
<header>
<div class="cblt-panel">
<header>
<a href="HomePage;jsessionid=9Z1DRLtK8FfgmVDhysv4fk8LKjj1rTpSpJcS99dvcbffT4KTZ9tN!91184445">
<div class="header-wrapper header">
<h1 class="dealer-name">Airport Chevrolet Cadillac</h1>
</div>
</a>
</header>
</div>
</header>
In the provided markup, I aim to set the border-bottom-color of the outer header tag to match the font color of the child h1 tag. Is this achievable?