htmltest.htm

来自「一些brew的简单代码」· HTM 代码 · 共 30 行

HTM
30
字号
<p><b>This text is contained in the file htmltest.htm</b></p>

<p>This is a <b>long paragraph </b>that should wrap.</p>
Checkbox:
<input type=checkbox checked>
A text control:
<input type=text value='Long Edit Field' size=40>
Another checkbox:
<input type=checkbox checked>
<p>More text to scroll...</p>
<p>B More text to scroll...</p>
<p>C More text...</p>
<h1>This is H1</h1>
<p>D More text...</p>
<input type=submit>
<p>E More text...</p>
<a href='http://www.bhk.com/'>A link</a>
<p>F More text...</p>
<blockquote>This is a blockquote, and it should wrap.</blockquote>
<p>H More text to scroll...</p>
<p>I More text to scroll...</p>
<p>J More text to scroll...</p>
<p>K More text to scroll...</p>
<input type=radio name=dataset value=1 checked>
<input type=radio name=dataset value=2>
<input type=radio name=dataset value=3>
<p>L More text...</p>
<P>END</p>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?