Inline style sheets is a term that refers to style sheet information being applied to the current element. By this, I mean that instead of defining the style once. What is the preferred method for setting CSS properties? Inline style properties: div style= width:20px;height:20px;background-color: ffcc00; /div . HTML Styling. Every HTML element has a default style (background color is white and text color is black). Changing the default style of an HTML element, can be done. Styling HTML with CSS. CSS stands for Cascading Style Sheets. Styling can be added to HTML elements in 3 ways: Inline - using a style attribute in HTML elements HTML 4 provides support for the following style sheet features: Flexible placement of style information Placing style sheets in separate files makes them easy to reuse. Learn how to use each type of CSS Style in Expression Web. The STyle Builder makes CSS so easy. Applying CSS. There are three ways to apply CSS to HTML: In-line, internal, and external. Linking to an External Style Sheet. An external style sheet may be linked to an HTML document through HTML's LINK element: LINK REL=StyleSheet HREF= style.css TYPE. Once you understand what a CSS style property is, you'll want to apply them to your pages. One way to do that is to style the exact element with an inline style. Separate Cascading Style (inline CSS) information from HTML provides more clear code structure and certain level of SEO optimization. CSS Out! ® FREE online tool.