element with CSS using :before
Keep the quotes inline and make the p element inline as well. blockquote { font-style: italic; } blockquote > p { display:inline; } ...
確定! 回上一頁