I am trying to setup the font-family "Ravie" in a HTML document using the following code:
<h2><font font-family="ravie">Articles</font></h2>
but this is not working. Why not?
|
feedback
|
|
To use the deprecated
Better yet is to use inline styles:
And even better is to use header style information:
Best of all is to move the style declaration to an external style sheet, and this is standard practice unless you have a strong reason for not doing so. | |||||||||||
feedback
|
|
you do it like this:
or you do it in your stylesheet. like this:
don't use | ||||
|
feedback
|
|
The | |||
|
feedback
|
can you try like this? It's very simple . Another advantage is the script can be used inside the page or outside the page,but if you use the outside of page. You must use below the line
| ||||
|
feedback
|
The | |||||||
feedback
|