⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sample.html

📁 Java程序设计技巧与开发实例附书源代码。
💻 HTML
字号:

<HTML>
<H1>A Sample Document</H1>
Using <I>HTML</I> formatting tags, text can be displayed in <B>bold</B> or <I>italics</I> or even in <B><I>bold and italics</I></B> easily. In addition there can be simple lists:
<UL>
<LI><B>Item 1</B> in our list</LI>
<UL>
<LI><B>Item 1.2</B> in a sublist within the first one</LI>
<LI><B>Item 1.2</B> in the same sublist</LI>
</UL>
<LI><B>Item 2</B> in the original list</LI>
</UL>
And finally, here is a small <IMG SRC="new.gif"> image inside our document.
</HTML>

⌨️ 快捷键说明

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