While working on a simple website using html and css, I encountered an issue where my logo was not displaying for users on different browsers. Here is the image description
Below is the HTML code:
<section id="header">
<div class="header container">
<div class="nav-bar">
<div class="brand">
<a href="#hero">
<img src="/original-logo.jpg" width="180px" height="80px" alt="">
</a>
</div>