模板:Span title/doc
本文档是Template:Span title的文档子页面 (见页面自身)。 本页包含用法信息、分类和其他非原页面的内容。 |
This template creates an HTML span
element with a title
attribute, which is rendered by many user-agents as producing a tooltip when hovered over with a cursor.
- {{span title|This is the title|This is the text}}
產生的代碼:
- <span title="This is the title">This is the text</span>
並呈現為:
- This is the text
使用模板比在頁面中使用原始HTML稍微整潔。