Home page >> Related Tutorials >>Body

CSS implementation adds double quotation marks to a specified paragraph of an article

Author: A little Jack    Time: 2022-12-31 14:48:36    Browse: 2039   

The quoted paragraph in the article is:

 Jack's awesome blog: lkba. cn</p></blockquote>

Css code:

 blockquote p {quotes: '\201c' '\201d';} blockquote p:before {content: open-quote;} blockquote p:after {content: close-quote;}

This will automatically add double quotation marks to "Jack Amazing Blog: lkba. cn". If you want to set the css floating style for the double quotation marks, you can directly add the desired style to before and after. This is because you want to add symbols to the paragraph implementation today, so record the first article.


Text label: CSS   Double quotation marks   before   after  
 A little Jack

A little Jack https://lkba.cn

The blogger focuses on Z-Blog website construction, website optimization, computer troubleshooting, reinstallation, optimization, maintenance system, etc., QQ/WX: 2126245521 (please specify the purpose)

Related articles

Previous:

Next:

No comment for this article - Welcome

 Please fill in the verification code

Processed : 0.050 SQL : 14