Making a Menu with CSS
Menus are a gate fore you webmaster to the navigation, of the users. Menus are made especially to find easily info and required data that you are looking for. CSS can offer us a easy way to create the menus for websites. In this tutorial we shall create your own menu so you can use it to your own website, right now.
First step.
The first step is creating a simple HTML page, name it, page menu.html. Copy the code right down into the menu.html.
Code:
HTML code preview. First tag is - <div>tag. <div> tag makes a division for the menu. Next tag is composed by <ul> is just an unordered list. <li> tag makes all the individual item in your list. In all the <li> tag you can see a <a href>tag. All this tags work all of them to create your menu. <a href> tag permits you to link all the item to different page in your website.
Next step.
Some <style> tags will be put in your HTML code. Copy and past it in your menu.html.Place it under <head></head>tags.
Code:
<style>tag allows you to place your CSS code right in your HTML page.


Explore-web services and content. Free 3D webmaster logos, photoshop tutorials. Impresionant websites and great graphics. Special designs and layouts represented with colored and inspired screenshoots. Download more 3D logos and find the ultimate CSS news. Explore-web is updating you.

