인용 부호를 설정하려면 인용 속성을 사용하십시오. 다음 코드를 실행하여 인용 속성을 구현할 수 있습니다.
예시
<!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>