TutorialKart
index.html
►
Run
Reset
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style> p:where(.highlight, .note) { background-color: lightgray; padding: 10px; } </style> </head> <body> <p class="highlight">This is a highlighted paragraph.</p> <p class="note">This is a note.</p> </body> </html>