You probably want to "float: left" your menu items.
You can "<link rel='stylesheet' type='text/css' href='...' />" for an external stylesheet or embed it directly within the HTML using "<style type='text/css'>...</style>".
You can also include a style attribute within your HTML tags, but I wouldn't recommend it.