Why are we setting the margins to 0px what is the


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;
    }

  • Request for Solution File

    Ask an Expert for Answer!!
    C/C++ Programming: Why are we setting the margins to 0px what is the
    Reference No:- TGS01405910

    Expected delivery within 24 Hours