HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> .point .myClass{ color: red; } </style> </head> <body> <h1>CSS .class .class Selector</h1> <p class="point">This is <span class="myClass">first</span> paragraph.</p> <p>This is <span class="myClass">second</span> paragraph.</p> </body> </html>
OUTPUT
×

Save as Private