CSCI 121 - Lecture 20 - Introduction to DIV
Topics Covered
- DIV Introduction
- DIV Details
- Tip: The <div> element is very often used together with CSS, to layout a web page.
- Note: By default, browsers always place a line break before and after the <div> element. However, this can be changed with CSS.
*Note: Some materials and examples inspired and from W3Schools.com.