📄 sample.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 + -