验证锚内的标签

时间:2013-05-23 06:46:37

标签: html html5 anchor w3c-validation

直到现在我知道在<a>内你可以放置<span>完全 HTML验证

但是其他标签如: - div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video等等

他们是否有关于在锚内选择标签的规范?

1 个答案:

答案 0 :(得分:2)

HTML规范描述了这一点。

请参阅HTML 4.01

<!ELEMENT A - - (%inline;)* -(A)       -- anchor -->

(点击链接查看带有超链接的版本。在规范本身%inline链接到其扩展名。)

请参阅HTML 5

  

内容模型:
  Transparent,但必须没有interactive content后代。