HTML <pre> width屬性用於指定每行的最大字符數。
用法:
<pre width="number">
屬性值:
- number:用於設置最大字符數。
例:
<!DOCTYPE html>
<html>
<head>
<title>
HTML pre width Attribute
</title>
<style>
h4 {
text-align:center;
}
</style>
</head>
<body>
<h1 style="color:green;">GeeksforGeeks</h1>
<h2>HTML <pre> width Attribute</h2>
<pre width="10">GeeksforGeeks
A Computer Science Portal For Geeks
</pre>
</body>
</html>
輸出:
支持的瀏覽器:任何瀏覽器均不支持HTML <pre> width屬性。改用CSS屬性。
相關用法
- HTML <th> width屬性用法及代碼示例
- HTML <col> width屬性用法及代碼示例
- HTML <td> width屬性用法及代碼示例
- HTML <img> width屬性用法及代碼示例
- HTML <input> width屬性用法及代碼示例
- HTML <table> width屬性用法及代碼示例
- HTML <iframe> width屬性用法及代碼示例
- HTML Marquee width用法及代碼示例
- HTML <embed> width屬性用法及代碼示例
- HTML <colgroup> width屬性用法及代碼示例
- HTML <canvas> width屬性用法及代碼示例
注:本文由純淨天空篩選整理自hritikbhatnagar2182大神的英文原創作品 HTML | <pre> width Attribute。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。