mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 02:59:33 +07:00
Merge-request: IJ-CR-171783 (cherry picked from commit 73a3365cf569e515603847162b9de85616829e4e) GitOrigin-RevId: ba9d11678209acf4c53f45081ba8d0ca0474aae7
13 lines
1.4 KiB
HTML
13 lines
1.4 KiB
HTML
<div class='definition'><pre>script</pre></div>
|
|
<div class='content'><details class='mdn-baseline'><summary>
|
|
<table class='mdn-baseline'><tr><td width=2 valign=top class='mdn-baseline-icon'><icon src='com.intellij.xml.frontback.impl.icons.XmlFrontbackImplIcons.BaselineHigh'></icon>
|
|
<td class='mdn-baseline-info'>Widely available across major browsers
|
|
</td></tr></table></summary>
|
|
<p><span class='grayed'>Chrome 1, Chrome Android 18, Edge 12, Firefox 1, Firefox Android 4, Opera 12.1, Safari 3, Safari iOS 2</span>
|
|
<p class='grayed'>Baseline since 2015
|
|
</details>
|
|
The <strong><code><script></code></strong> <a href="https://developer.mozilla.org/en-us/docs/Web/HTML">HTML</a> element is used to embed executable code or data; this is typically used to embed or refer to JavaScript code. The <code><script></code> element can also be used with other languages, such as <a href="https://developer.mozilla.org/en-us/docs/Web/API/WebGL_API">WebGL</a>'s GLSL shader programming language and <a href="https://developer.mozilla.org/en-us/docs/Glossary/JSON">JSON</a>.</div>
|
|
<div class='content'>By <a href='https://developer.mozilla.org/en-us/docs/web/html/reference/elements/script/contributors.txt'>Mozilla Contributors</a>, <a href='https://creativecommons.org/licenses/by-sa/2.5/'>CC BY-SA 2.5</a></div>
|
|
---
|
|
[https://developer.mozilla.org/en-us/docs/web/html/reference/elements/script]
|