How to Create a Simple Website Menu


Want to know how to Create a Simple but Stylish Website Menu? Well you've come to the right place! Lets get started. First see the sample menu below.






This sample is put into dull greys to allow you to visualise your own business or website colour scheme instead. The menu uses simple HTML and CSS. First copy the HTML code below. Place the code in the 'body' section of the html code of your webpage where you want the menu to appear.



You can obviously replace the href, title and text values to match those of your own webpages. Next the CSS code.



The CSS code can either be place in the head section of the webpage if you are using internal CSS, between 'style' and '/style'. Or on your stylesheet if you are using external CSS. So try it out and get started working on your own web menu. Drop a comment to let us know how you get on.