javascript - Navigation bar idea -
i wanted create navigation bar this, " artist news hh blog contact " hh being title of page. want navigation alongside heading. attempted isn't right , untidy.
<div id="heading"> <header> <section class="main-nav index-nav"> <nav> <ul> <li><a href="artists.html">artists</a></li> <li><a href="#">news</a></li> <h1>hh</h1> <li><a href="about.html">about</a></li> <li><a href="contact.html">contact</a></li> </ul> </nav> </section> <!--section--> </header> </div>
i not use h1 @ all. use
<li id=hs>hh </li>
in css use
#hs
font-size:16;
or fits need. sorry layout writing on phone.
Comments
Post a Comment