Headings: [Skip]

Web-Design Tutorials by Dr Sam

CSS, the Cascade

Menu [Skip]

Inline Styles

Using Inline Styles

Inline styles are set in the tags of the body of our document. We can place them in almost ... almost ... any opening tag in the body of our documents: <body> <div> <p> <table> <tr> <td> <ul> <ol> <il> <dl> <dt> <dd> . . . even in <hr /> <img /> and <input /> . . . etc.

We can do this for all kinds of effects:

Yes, we can do all of this and more ~ by setting the styles inside an element's opening tag.