Skip to main content

Parent and Child | Basic Rules for .css

 

Include your own file source location (href=)


Starting the .css script with no dot "." will call out to the main tag that it refers to in the html. 

p { 
        color: blue;
}

css1101023.jpg