English 中文(简体)
是否有一个空洞的tag子?
原标题:Is it OK to have an empty anchor tag?
  • 时间:2012-05-08 18:44:12
  •  标签:
  • html
  • css

我知道,如果我想把图像变成一个可点击的链接,我可以做如下工作:

<a href="http://twitter.com/username"><img src="icons/twitter.png" /></a>

但是,我更喜欢使用特别安全局的背景形象,以便我能够有一个 h子:

<a class="twitter" href="http://twitter.com/username"></a>

# css
.twitter{display:block; width:16px; height:16px; background:url("twitter.png")}

除非我确信,建立没有任何内容的固定联系是完全有效的。 与FF一样, Chrome使它受到罚款,但我不相信其他人是一样的。

我只能将一些案文放在链接中,并把它与<条码>文本中:-99p,但我从未喜欢这一办法,网址是:noretinger”>vous er”。 我的法典是否符合交叉浏览器?

最佳回答
问题回答

这完全有效,但如果你想要的话,你可以在<条码>和>上放置空白空间;nbsp;

使用和复制;作为案文,你是好的。

在标识上加权。 或许我们最近在SOS 8进行了一些无障碍测试,发现“之声”不会通向空线。 至少必须有一个没有突破的空间。 是否应当把它看作是一种 iOS,我们并不肯定。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签