“0.8em” to “.8em” , is both same? which should we use?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The code in css file is to be interpreted by the browser, modern browser render the same page with 0.8em or .8em.
If you want to have less trafic (css files smaller) use .8em otherwise if you want full comprehension of your styles by other users use 0.8em.
In my case i use .8em, cause anyone can interpret that as 0.8em.