204 B
204 B
importance: 5
The difference: CSS width versus clientWidth
What's the difference between getComputedStyle(elem).width
and elem.clientWidth
?
Give at least 3 differences. The more the better.