Answer the question
In order to leave comments, you need to log in
What does 1em represent on an Html element in the DOM?
Hello.
I have such lines in reset.css (property excerpts)
html, body {
font-size: 100%; /* размер шрифта всем одинаковый */
}
body {
font-size: 1em; /* используем безопасные шрифтовые CSS стеки */
}
Answer the question
In order to leave comments, you need to log in
100% and 1em - yes. This is the same.
different browsers perceive differently.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question