Categories

Partners
Search


Advanced Search




PSD Tuts

flash websites

Create an HTML style.
Published  07/6/2006 | GoLive
   




Create an HTML style.

Click and hold the Create New Element Style button in the CSS Editor, and choose h1 from the Create New Element Style menu. Click the Selector and Properties tab of the CSS Editor and enter a comment in the Comment field. GoLive displays the current font size, font weight, and margin settings for h1 (Header 1) elements.

HTML styles apply to specific elements, and are applied automatically to all instances of the element throughout a document. Web browsers that don’t support CSS will use standard HTML formatting for the element (most newer browsers, such as Opera and Microsoft Internet Explorer 4.0 or later, are CSS-capable).

step02_int
Article Series
This article is part 3 of a 8 part series. Other articles in this series are shown below:
  1. CSS Made Simple
  2. Create an external style sheet.
  3. Create an HTML style.
  4. Define HTML style properties.
  5. Create a class style.
  6. Define class style properties.
  7. Reference the external style sheet.
  8. Apply the class style.