In this session we will talk about inline elements, block elements and inline-block elements In HTML, inline elements are those which only occupy the space surrounded by tags that defining the element, just the content and instead of breaking the flow of the content. Block level elements are the ones that occupies the entire...
Learn to Build a Basic HTML5 CSS3 WebPage – Box Sizing – Part 2 (in 6 minutes)
This is part 2 of building a basic HTML5 CSS3 web page, in this session we will talk about box-sizing and its implications on your webpage. There are two types of box sizing, one is content-box and the other one is border-box.