Ever wanted to make your links look like buttons, to give your site a more desktop application-like feel? If you've tried making an HTML form just to navigate the user to a new page, you know how frustrating this can be. Luckily, CSS offers an easy way to do this.
First, let's write the HTML code we'll need for this:
<html>
<head>
<title>Button Navigation</title>
</head>
<body>
<div id="menu">
<ul>
<li><a href="#">Example...