When does JavaScript code appear inline within an HTML file?
When does JavaScript code appear inline within an HTML file? Correct Answer Between the “script” tag
JavaScript code can appear inline within an HTML file between the “script” tags. Javascript can also be included from an external file specified by the src attribute of a “script” tag.
মোঃ আরিফুল ইসলাম
Feb 20, 2025