HTML    CSS    PHP    Bootstrap    JavaScript    Dev Tools      

CSS Styling using In-Line Styles - Part 1

Current Time  00:00 Total Time  00:00

We are always looking for input on our tutorial content. If you have a suggestion, comment, additional information on this topic that you feel should be added, drop us a line. We appreciate your input.

Title: CSS Styling using In-Line Styles - Part 1 Category: CSS / CSS3

Topic: CSS Essential Training Series Publish Date: 2015-01-23

Views: 217

Author: Mike King

Description

In this tutorial we discuss at a high level how CSS is used to style elements in HTML. We start this group of tutorials by reviewing the three different styling techniques and discussing the differences between structuring the document using HTML semantics and styling the document using the CSS styling language. We demonstrate some examples of in-line styling using both the paragraph tag and a heading tag and setup the next tutorial example of styling where we will discuss using the style element in the head section of the HTML document.