The term drop-down menu (also dropdown menu or dropdown list) refers to a graphical control element, similar to a list box, which allows the user to choose one value from a list. It helps to organise content effectively, besides it looks attractive too. Today, I am sharing with you some tips to add a Drop Down menu to your blog. Just go through the article and follow simple steps. At the end, you will get a beautiful drop down menu. Step1: Go to Template -> Edit HTML Step2: Press Ctrl+F(Find Box) and search </header> in it. Step 3: Copy & Paste the HTML code given below, just below </header> (If you want to place drop-down menu somewhere else you could place code there as per your requirement). You can edit and replace highlighted texts with your own titles. Also you have to add links corresponding to title by replacing # for each title. <nav> <ul> <li><a href='#'> Main Title 1 </a></li> <l...
technology makes us perfect