DIV tags
Today I will discuss DIV tags. These are the bread and butter of web page layout design. They play a major role in page layout, structure and appearance. They are block level elements, they are used to group different items and they are used to divide web pages into logical sections. The format is <div>…</div>. […]
Selectors, con’t
In the last post, I introduced selectors. I threw out a lot of information, and today I want to cover the issues in more details. Looking at the modified web page code sheet, at the top, the @import url is the code for importing an external style sheet. The style sheet is in directory css, […]
Selectors
Today we will be discussing selector tags. As the name implies it is used to selector specific areas of the web page for special treatment. We have addressed selectors in the first introduction post and they are h, p, img, ul, and li. The ones we will cover today class and ID selectors are much […]
What people are saying