📄 htmlexample.html
字号:
<HTML>
<HEAD>
<TITLE>This is the title of the document</TITLE>
</HEAD>
<BODY>
You can put whatever text you like here. The body of a document can contain all kinds of other HTML elements, including <B>Java applets</B>. Note how each element always begins with a start tag identifying the element, and ends with an end tag that is the same as the start tag but with a slash added. The pair of tags around Java applets will display the text as bold.
</BODY>
</HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -