网络学院

w3pop.com :: 网络学院 :: WEB设计综合 :: 连接基础

会员登陆

帐号

密码

回答

记住密码

忘记密码? 注册

WEB设计综合
HTML基础
连接基础
图像边框
HTML基本原则
基于浏览器类型实..
超链接效果
透明 IFrames
IFrames 简介
开启DW中的无效行..
框架中的“target..
链接效果
定义滚动条样式
指针样式
IP阻止
除去打印脚本
自动刷新、转向
Meta 标签
CSS 常用布局
去掉链接中的下划..
关闭IE中探出的图..

连接基础


作者:Lindsay Coome 翻译/整理:w3pop.com 发布:2007-05-20 修改:2007-05-25 浏览:11716 :: ::

To create a link with HTML, copy the code below.

使用html创建一个链接,复制下面的代码:

<a href="PAGEURL.htm">link text</a>


Replace PAGEURL.htm with the URL of the page you are linking to, and replace "link text" with your preferred text.

用你希望的链接地址替换“PAGEURL.htm”,把用于实现链接名称的“link text”用自己喜欢的链接名称替换。

Example: TemplateMonster.com - delivering the best templates on the net

举个例子来说,TemplateMonster.com —— 这个网站提供了最好的网络模板。

评论 (0) All