not sure if this is possible but, can you style a single tag within a div tag? EG, could i put a <div> around a section of my page then say make all <h2> tags green? is this possible or do you have to use classes?
thanks
not sure if this is possible but, can you style a single tag within
Share
If I understand what you’re asking correct, then yes, it is possible. Here’s an example. For more information, read up on CSS selectors.
On re-reading the question, the only way to style an arbitrary element within a div is by using either classes or id (with CSS selectors). Here’s another example styling a single item using selectors.