Skip to main content

Posts

Showing posts with the label Creating attractive menu using html and css

Creating attractive menu using html and css

Creating attractive menu using HTML and css Step 1: Create or download image you want here we are going to use image as shown to set menu hover .  Final look of our template is like      Step 2: create a HTML page attractive menu.html   following code in body tag <body> <div id="header"> <h1>Ahmednagar City Gallery</h1> <div id="templatemo_menu">                                <ul>                 <li><a href="index.html" class="current">Home</a></li>                 <li><a href="portfolio.html">Portfolio</a></li>       ...