Question 1: What is the purpose of *?
*{
margin:0px;
padding:0px;
}
Question 2: Why are we setting the margins to 0px?
Question 3: What is the difference between an inline element and block element?
Question 4: What would happen if we did not set our
to inline-block?
#top_menu li{
display: block;
list-style: none;
padding: 5px;
font: bold 14px Tahoma;
}