Posts Tagged ‘pre’

code, pre, blockquote, cite的不同

每个标签都是有其特定的语义的,样式上虽然可以随意变化,但语义都是无法互相替代的。 code, pre, blockquote, cite code computer code text 表示小段代码,如 font-family:Verdana,Tahoma,Arial,Sans-Serif; pre preformatted text 表示大段代码,范围更广,并且是块状元素,可能被使用来格式化各种文本,特别是代码。使用没有需要特别注意的,主要是语义上的正确使用。在WordPress的编辑器里表示为“预格式化”。如: .demo { font-family:’Conv_GoodDog-webfont’,Sans-Serif; width:800px; margin:10px auto; text-align:left; border:1px solid #666; padding:10px; } blockquote 常用以大段引用,如 We hold these Truths to be self-evident, that all Men are created equal, that they are endowed by their Creator with certain unalienable Rights, that among [...]