9 lines
204 B
Markdown
9 lines
204 B
Markdown
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.
|