Just as discussed before, you can also signify that you want to add a style to all of the HTML tags within a tag with a certain class by writing:

.myclass p{
/*any CSS styles written inside of these curly brackets would alter all of the p tags within any tag with the class "myclass"*/
}

A new way of using CSS selectors is to select all instances of a certain TAG with your class. For example:

p.myclass{
/*any CSS styles written inside of these curly brackets would alter all of the p tags with the class "myclass"*/
}
Previous Next

Startup Discount
Small Business?
Contact us for an Enormous Discount!