Skip to main content
Stack Overflow
  1. About
  2. For Teams

Return to Question

Commonmark migration
Source Link

Is it possible to open and close a script tag inside another script tag?

###Example

Example

<script type="..." src="...">
code here
<script type="!!!" src="!!!">
code also here
</script>
</script>

Is it possible to open and close a script tag inside another script tag?

###Example

<script type="..." src="...">
code here
<script type="!!!" src="!!!">
code also here
</script>
</script>

Is it possible to open and close a script tag inside another script tag?

Example

<script type="..." src="...">
code here
<script type="!!!" src="!!!">
code also here
</script>
</script>
edited body
Source Link
John Slegers
  • 47.4k
  • 23
  • 206
  • 173

Is it possible to open and close a script tag inside another script tag? For example:

###Example

<script type="..." src="...">
code here
<script type="!!!" src="!!!">
code also here
</script>
</script>

Is it possible to open and close a script tag inside another script tag? For example:

<script type="..." src="...">
code here
<script type="!!!" src="!!!">
code also here
</script>
</script>

Is it possible to open and close a script tag inside another script tag?

###Example

<script type="..." src="...">
code here
<script type="!!!" src="!!!">
code also here
</script>
</script>
Source Link
Gustavo Fulton
  • 703
  • 1
  • 5
  • 10

Script tag inside another script tag

Is it possible to open and close a script tag inside another script tag? For example:

<script type="..." src="...">
code here
<script type="!!!" src="!!!">
code also here
</script>
</script>
lang-js

AltStyle によって変換されたページ (->オリジナル) /