anchor1.html
来自「《Beginning Linux Programming》书的配置实例源代码。」· HTML 代码 · 共 19 行
HTML
19 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"><HTML><HEAD><TITLE>Another Simple HTML Document, anchor1.html</TITLE></HEAD><BODY><A NAME="top"></A><P>Here is a simple document. It contains an anchor that allows you to jump to<A HREF="anchor2.html"> anchor2.html</A> if you click on the highlighted text.</P><P>You can also jump to the <A NAME="bottom" HREF="anchor2.html#bottom"> bottom of anchor2.html</A> if you wish.</P></BODY></HTML>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?