anchor3.html

来自「《Beginning Linux Programming》书的配置实例源代码。」· HTML 代码 · 共 22 行

HTML
22
字号
<!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, html9.html</TITLE></HEAD><BODY><A NAME="top"></A><H2>This is anchor3.html</H2>Here is a simple document. It contains an anchor that allows you to jump byclicking on a picture. Actually the HREF file "beer.html" doesn't exist,but the browser does not discover this unless you click to take the hyper link.<P> You can also <A HREF="http://apache.wrox.co.uk/projsp/caption.shtml"><IMG SRC="black.gif" ALIGN="MIDDLE"ALT="jump to beer.html"></A> use images asclickable items if you wish.</P><P> The end.</P></BODY></HTML>

⌨️ 快捷键说明

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