따옴표 사용 속성을 사용하여 따옴표를 설정합니다. 다음 코드를 실행하여 인용 속성을 구현할 수 있습니다.
예시
<!DOCTYPE html> <html> <head> <style> #demo { quotes: "'" "'"; } </style> </head> <body> <p> <q id = "demo"> This is demo text surrounded by quotes. </q> </p> </body> </html>
따옴표 사용 속성을 사용하여 따옴표를 설정합니다. 다음 코드를 실행하여 인용 속성을 구현할 수 있습니다.
<!DOCTYPE html> <html> <head> <style> #demo { quotes: "'" "'"; } </style> </head> <body> <p> <q id = "demo"> This is demo text surrounded by quotes. </q> </p> </body> </html>