CSS selectors are the heart and soul of CSS. They define which HTML elements you are going to be manipulating with CSS code and you should have a solid understanding of them when you are finished with this tutorial. Luckily for you, they are pretty simple to comprehend!
CSS Selector: Where It Fits In
In a typical CSS statement you have the following:- SELECTOR { PROPERTY: VALUE }
CSS Selector Name
The selector name creates a direct relationship with the HTML tag you want to edit. If you wanted to change the way a paragraph tag behaved, the CSS code would look like:- p { PROPERTY: VALUE }
0 comments
একটি মন্তব্য পোস্ট করুন