mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-29 20:48:29 +00:00
12 lines
196 B
Plaintext
12 lines
196 B
Plaintext
<p>Define a function in javascript:</p>
|
|
|
|
<pre><code>function MyFunc(a) {
|
|
var s = '`';
|
|
}
|
|
</code></pre>
|
|
|
|
<p>And some HTML</p>
|
|
|
|
<pre><code class="html"><div>HTML!</div>
|
|
</code></pre>
|