English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية
<var> Tag steht für den Namen des Variablen oder den Wert, der vom Benutzer bereitgestellt wird.
var in math equations demonstrate usage:
<!doctype html> <html> <head> <meta charset="UTF-8"> <title>HTML var-Tagverwendung (Grund教程网 oldtoolbag.com)</title> </head> <body> <p> Eine einfache Gleichung: <var>x</var> = <var>y</var> + 2 </p> </body> </html>Testen wir ›/›
IEFirefoxOperaChromeSafari
All Major Browsers Support <var> Tag
<var> Tag is a Phrase Tag used to define variables.
Tip: We are not against using this tag, but if you use it only to achieve a certain visual effect, we recommend using CSS, which may achieve richer effects.
All Phrase Tags:
Tag | Description |
---|---|
<em> | Presented as emphasized text. |
<strong> | Define Important Text. |
<dfn> | Define a Definition Item. |
<code> | Define Computer Code Text. |
<samp> | Define Sample Text. |
<kbd> | Define Keyboard Text. It indicates that the text is typed from the keyboard. It is often used in documents or manuals related to computers. |
<var> | Define Variables. You can use this tag in conjunction with <pre> and <code> tags. |
None.
<var> Tag Supported Global Attributes of HTML.
<var> Tag Supported HTML Event Attributes.
HTML Tutorial:HTML Text Formatting