en.javascript.info/2-ui/1-document/09-size-and-scroll/6-width-vs-clientwidth/task.md
Ilya Kantor 508969c13f up
2017-02-28 12:54:48 +03:00

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.