The results suggest that users prefer a header navigation menu when they visit websites. If you are planning to re-factor your website’s navigation use the code snippets below.
Horizontal header navigation in HTML code needed
Horizontal header navigation CSS code needed
ul
{
list-style-type:none;
margin:0;
padding:0;
}
li
{
display:inline;
}