File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2689,10 +2689,10 @@ JavaScript code can be embedded directly within HTML documents using the `<scrip
26892689 <meta charset =" UTF-8" />
26902690 <title >Embedded JavaScript Example</title >
26912691 <script >
2692- // Inline JavaScript code
2693- function greet () {
2694- alert (" Hello, world!" );
2695- }
2692+ // Inline JavaScript code
2693+ function greet () {
2694+ alert (" Hello, world!" );
2695+ }
26962696 </script >
26972697 </head >
26982698 <body >
@@ -2706,7 +2706,7 @@ JavaScript code can be embedded directly within HTML documents using the `<scrip
27062706
27072707[ ^ 65 ] CodeSandbox: Embedded JavaScript Example.
27082708
2709- [ ^ 65 ] :[ CodeSandbox: Embedded JavaScript Example] ( https://2ch5rl.csb.app/ ) , last access: June 13, 2024 .
2709+ [ ^ 65 ] :[ CodeSandbox: Embedded JavaScript Example] ( https://2ch5rl.csb.app/ ) , last access: February 23, 2025 .
27102710
27112711- JavaScript code is included directly within the ` <script> ` tags in the ` <head> ` section of the HTML document.
27122712- The ` greet() ` function is defined inline and is invoked when the button is clicked.
You can’t perform that action at this time.
0 commit comments