Today's Question:  What does your personal desk look like?        GIVE A SHOUT

 ALL


  Put Your HTML in a Box

In the first article in this series, I walked through the basics of cascading style sheets (CSS) and showed how CSS can make your code easier to maintain. CSS allows you to keep your presentation rules separate from your content, and I showed you some of the benefits this separation provides. In this article, I’ll move forward with CSS and describe how to position elements on a page.The first step in understanding how to position elements is to understand the fundamental model of CSS—the box model.The Box ModelEvery element you place on a page creates a box. You cannot always see...

3,825 0       HTML BOX DIV CONTAINER FORMAT