The Section Tag

The section tag is used to define a section within a web page. Consider a situation where you had a book stored on a single page. You could use section tags to group chapters, or even sub-sections together. The section is designed to be a logical grouping of data, but not necessarily be wholly self-contained…

The article Tag

The article tag should have independent, self-contained content. This means it should stand on its own, without the need for information from any other section of the web page. However, it can be related to articles. The difference between it, and the main tag, is that you can have multiple article tags on a web…

The main tag

The main tag is used to define the main content section of the web page. The content within the web document should be unique between the pages, and not contain replicated data such as navigation links, headers, footers, sidebar data etc. Within the main tag, you can find articles, standard content which you’ve already seen,…

Sizing in CSS

In order to bring in the space between the edge of one element (the browser for example) and another, we have to understand sizing. All sizing is done through a series of unit measurements. Depending upon what you are creating will depend upon what unit you are wanting to choose. Some units are based upon…