html中的图片链接及锚点

百度

a:定义锚

href属性:url

name:规定定义锚的名称

target:定义文档在什么地方打开,_blank为打开一个新窗口。

跳转到文档:href="文件名"

图片链接:

锚点:【效果:从底部回到顶部】

顶部
    
回到顶部

改变发鼠标形状:a{cursor:hand/pointer;} hand为ie专用。

默认

default

文字/编辑

text

自动

auto

手形

pointer, hand(hand是IE专有)

可移动对象

move

不允许

not-allowed

无法释放

no-drop

等待/沙漏

wait

帮助

help

十字准星

crosshair

向上改变大小(North)

n-resize

向下改变大小(South)

s_resize 与n-resize效果相同

向左改变大小(West)

w-resize

向右改变大小(East)

e-resize 与w-resize效果相同

向左上改变大小(NorthWest)

nw-resize

向左下改变大小(SouthWest)

sw-resize

向右上改变大小(NorthEast)

ne-resize 与sw-resize效果相同

向右下改变大小(SouthEast)

se-resize 与nw-resize效果相同

自定义光标

url('光标地址')

你可能感兴趣的:(html5)