There was so many confusion with innerHeight and outerHeight in tutorial of CSS. Could someone please explain these terms.? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
+ 1

There was so many confusion with innerHeight and outerHeight in tutorial of CSS. Could someone please explain these terms.?

It was confusing in tutorial that what innerHeight, innerWidth, outerHeight or outerWidhth. It would be appreciable if someone can define it in form of formulas including margin, padding, border and dom own height or width.

3rd Nov 2017, 3:08 AM
GURMEET SINGH
GURMEET SINGH - avatar
2 Antworten
+ 4
innerHeight is height of the viewport where your HTML element located, including scroll bars. outerHeight is height of the current open browser . Use Pc open this code, try to resize browser to see the changes and differences. https://code.sololearn.com/W4Mbn5gSd2fc/?ref=app
3rd Nov 2017, 3:58 AM
Calviղ
Calviղ - avatar