Skip to main content

Posts

Showing posts from April, 2020

How To Create Responsive Menu in Html without using JavaScript?

How to create Responsive Menu in Website without using JavaScript. Here is the simple code to make responsive Menu without using Js (JavaScript). You have to First create Html File with extension of .html and then you have to past the below HTML and then in <Head></Head> section create another section <Style></Style> and paste the Css Style Code and then Enjoy Html Structure  <nav class="dropdownmenu">   <ul>     <li><a href="">Home</a></li>     <li><a href=">About Me</a></li>     <li><a href="#">Pen with No Limit Offer</a>       <ul id="submenu">         <li><a href="">Medical Study</a></li>         <li><a href="">Web Development</a></li>         <li><a href="">Tech News</a>...