Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Заголовок документа</title> <style> .example { quotes: "\0022" "\0022" "\00AB" "\00BB"; } </style> </head> <body> <h2>Пример свойства quotes</h2> <p><q class="example">Lorem Ipsum - это текст-"рыба", часто используемый в печати и веб-дизайне. </q></p> </body> </html>