Adding Styles to Web pages: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

19 May 2008

  • curprev 18:5818:58, 19 May 2008 Paul talk contribs 511 bytes +511 New page: Three ways to add styles to your pages. == Inline == Add to a tag using <code>style</code> attribute <pre><p style="enter CSS"></p></pre> == Embedded == Add styles in the <code>head</...