VR-T
CSS
HTML
Javascript
Paint Shop Pro
PHP
Misc.
Graphics
Interactions
Clear

CSS Extra Tags

You have seen ways to "css" lots of tags, such as body, textareas, and links. You can add css styling to just about any type of tag there is.

For example, on this tutorials website I have css'd the H4 tag. My code looks like this:

In a similar fashion, you can css:

  • P (new paragraph)
  • B (bold)
  • tr,td (tables)
  • any header H# (I did H4 example)
  • etc.

    Just change the values to however you want that tag to look. You can set it to be a certain color, have a certain font, etc. Anything you like can be css'd!

    <-back