File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -12,15 +12,15 @@ <h1>Online Code Editor</h1>
1212 < div class ="content ">
1313 < div class ="code-in ">
1414 < label for =""> HTML</ label > < br >
15- < textarea id ="for-html "> </ textarea >
15+ < textarea id ="for-html " onkeyup =" runCode() " > </ textarea >
1616 </ div >
1717 < div class ="code-in ">
1818 < label for =""> CSS</ label > < br >
19- < textarea id ="for-html "> </ textarea >
19+ < textarea id ="for-html " onkeyup =" runCode() " > </ textarea >
2020 </ div >
2121 < div class ="code-in ">
2222 < label for =""> JS</ label > < br >
23- < textarea id ="for-html "> </ textarea >
23+ < textarea id ="for-html " onkeyup =" runCode() " > </ textarea >
2424 </ div >
2525
2626 </ div >
@@ -31,6 +31,10 @@ <h1>Online Code Editor</h1>
3131 < iframe id ="result-code "> </ iframe >
3232 </ div >
3333
34+ < footer >
35+ Delevelop By: JKCSS || OnlineCodeEditor-v0.1.0 - 21 March 2024
36+ </ footer >
37+
3438
3539
3640
You can’t perform that action at this time.
0 commit comments