HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <style> q{ quotes: "¯" "*"; font-size: 19px; } </style> </head> <body> <h1>CSS quotes Property</h1> <p><q>This is a paragraph.</q></p> </body> </html>
OUTPUT
×

Save as Private