asp net mvc 5 add logo to navbar
<a href="@Url.Action("Index", "Home")" class="navbar-brand"> <img src="img/accomodator-mini.png" title="title" alt="additional title" /> </a> <!-- Note: I'd add style="margin: 0px 0px" after the class, because navbard-brand has a 15px margin that would lead the image to be rendered moved downwards. -->