CSS Cascading and Specificity

This article will focus on the details of how the CSS properties get applied to the HTML elements.
Cascade means “A succession of stages” and that is how the style declarations are applied to the HTML documents. A style declaration cascade down to document elements from many origins or statges.

Linking CSS to a Web Document

As we know its pretty simple to link a CSS file to a web document. There are three ways to link a CSS file to HTML Document or XHTML Document served as HTML. These three ways are based on the type of CSS we want to use. Three types of CSS are External CSS, Internal CSS, and Inline CSS.

Doctype, Doctype Sniffing and CSS Rendering Modes

In this tutorial we will learn about the HTML tag DOCTYPE and the different modes used by the web browsers to render the HTML page.

About Us

webtechtuts is a site by web developers aimed at web developers and designers offering articles on technologies, skills and techniques to improve how you design and build websites. We cover HTML, CSS, Javascript, PHP, Photoshop, MySql, Oracle, and TeraData.