HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> div p{ color: green; } </style> </head> <body> <h1>CSS element element Selector</h1> <p>I will not be affeted.</p> <div> <p>This is &lt;p&gt; inside div and I'm green</p> </div> </body> </html>
OUTPUT
×

Save as Private