How to Define a CSS Class Style
CSS styles define styles for different sections of your web pages, including links, tables, and div sections. You can define a CSS class style to make it easier to add different fonts and backgrounds to pages on your website.
Instructions
-
-
1
Open your html document. Move your mouse to the "head" section. Create a tag called "".
-
7
Move to the "Body" section of the file. Place the style name within a table cell tag or a DIV tag. Follow this with the text that you want to show with the class properties.
-
1
Tips & Warnings
Instead of including styles in the head section, you can create a style sheet to define style for all pages in your website.