Skip to main content

Posts

Showing posts with the label HTML5 CSS3 Menu Template Download

HTML css Rectangle menu with vertical separator

HTML css  Rectangle menu with vertical separator 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 . Step 2: create a HTML page  Rectangle menu.HTML   following code in body tag <body>          <div id="header">      <h1> Top 3 Actors </h1>       <div id="templatemo_menu">         <ul>             <li><a href="index.html"  class="current">Home</a></li>             <li><a href="#">Daily News</a></li>             <li><a href="#">Sports</a></li>     ...