网页设计中<pre><⼀pre>是什么意思

RT&nbsp;&nbsp;
2024-11-18 21:27:34
推荐回答(2个)
回答1:

pre 元素可定义预格式化的文本。被包围在 pre 元素中的文本通常会保留空格和换行符。而文本也会呈现为等宽字体。

 标签的一个常见应用就是用来表示计算机的源代码。

回答2:


Text(in a pre tag) is displayed in a fixed-width font, and it preserves both spaces and line breaks

 tag 用来显示固定宽度的字体,它能保留(固定的/原有的。。。字和行的)空格和换行
The pre element is often used to display computer code
 tag 通常被用来显示计算机程序
如:
for i = 1 to 10
print i
next i


** 猫迷英语专家团提供【Real。American。English。】