anchor2.html

来自「Linux程序设计(原书第2版)源码」· HTML 代码 · 共 34 行

HTML
34
字号
<!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, anchor2.html</TITLE></HEAD><BODY><A NAME="top"></A><P><H2>This is anchor2.html</H2>Here is a simple document. It contains an anchor that allows you to jump tothe <A HREF="anchor1.html#bottom"> bottom of anchor1.html</A> if you wish.<P> We need to insert some text.</P><P> Quite a lot of text.</P><P> If we didn't, how could you tell which was <B>top</B> and which was<B>bottom</B> of this document?</P><P> You can also <A HREF="#top"> jump to the top</A> of this document if youwish</P><P> It might well all appear all on the same page.</P><P> Soon we will have enough text.</P><P> To prevent this fitting </P><P> on</P><P> a</P><P> single</P><P> page!</P><P> This is the bottom, but you can jump to the <A NAME="bottom"HREF="#top">top</A> if you want, or back to <A HREF="anchor1.html">anchor1.html</A> if you prefer!</P></BODY></HTML>

⌨️ 快捷键说明

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