Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

HTML <tt> 标签


HTML5 中不支持。

The <tt> 标签在 HTML 4 中用于定义电传打字机文本。


改用什么?

考虑使用 <kbd> 元素(用于键盘输入)、<var> 元素(用于变量)、<code> 元素(用于计算机代码)、<samp> 元素(用于计算机输出),或者使用 CSS。

示例

为 <p> 元素定义电传打字机/等宽字体(使用 CSS)

<p style="font-family:'Lucida Console', monospace">This text is monospace text.</p>
自己试试 »

在我们的 CSS 教程中,您可以找到有关在文档中指定 字体类型 的更多详细信息。


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.