D.T. Does CSS |
Editor: David Tanny
Web Home |
| |
|
Fun With Fonts: Font WeightsUsing the font element: (you can also use h1, h2, h3, h4, h5, h6, and p elements too)<font style="INSERT CSS HERE"> We're going to change the weight of the font. Here's what it looks like with the following tags: <font style="font-weight:normal"> This is normal </font> <font style="font-weight:bold"> This is bold </font> |
|