I'm taking a class online to learn to write HTML and am stuck on putting images into a header tag
Here's what I got:
<header>
<img src="/assests/jeff.png"/>
</header>
<h1>
Jeff's Blog
</h1>
Why is the image coming up as broken? The info I was giving suggested a relative URL was sufficient. Additionally, The h1 tag is coming up incorrect as well. Please help!