How to Define a CSS Class Style


STEPS


  • Make your HTML document.


then

  • Create the basic HTML skeleton. As a reminder, it's an opening HTML tag, an opening head tag, a closing head tag, an opening body tag, a closing body tag, and a closing html tag.


then


  • Create a HTML element. It can be a paragraph, heading, or whatever you want.


then


  • Give the HTML element a class. Do this by inserting "class="classname" inside the opening tag for your element.

then


  • Put a "style" tag between the head tags. You'll put your CSS here.



then



  • Call your class. This is done by putting ".classname { }" in the CSS document.


then



  • Put the styles your want between the curly brackets.



 

Written by

We are Creative Blogger Theme Wavers which provides user friendly, effective and easy to use themes. Each support has free and providing HD support screen casting.

0 maoni:

Post a Comment

 

© 2013 Teach Me. All rights resevered. Designed by Templateism | Blogger Templates

Back To Top