htmlexample.html
来自「Java2入门经典第一章的源码」· HTML 代码 · 共 9 行
HTML
9 行
<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 + =
减小字号Ctrl + -
显示快捷键?