To apply a style to one element in an HTML file

  1. In the HTML file, position your cursor at the location where you want to apply the style.
  2. Using the <STYLE> tag, add the style to the element. For example:

    <p STYLE= "
    font-family: times; 
    font-size: 12pt
    "> paragraph text ...</p>
  3. where the font and size <STYLE> tag attributes are applied to the text between the <P> start and end tags.

Note

Home page link About using cascading style sheets