Tag Archives: div

DIV Basics Using CSS

Introduction Divisions or “div” are a ‘block level element’, meaning they have the “block” attribute already inherited. Divs are used to display content in a block format much like tables but also used to define sections of a web page. … Continue reading

Posted in CSS | Tagged , , | Leave a comment