HTML - padding & element inspection

Опубликовано: 22 Март 2026
на канале: HH
241
0

Are we ready for the subsequent video? If not, prepare yourselves because here it is! In this video we will explore padding as well as element inspection which may sound intimidating, however, we can relax. Element inspection is done by simply hovering over your code and seeing what it's measurements are and where it can be found on the webpage. This is a wonderful tool! I actually used it the other day to find a piece of code on a webpage. I couldn't find my input by simply looking for it on the webpage. It was hiding from me. BUT fear not, I found it by taking advantage of the inspection tool. Padding is much like margin. However, like margin is the distance from the borders of your interface, padding is the distance from your margin.