Computer >> Computer tutorials >  >> Programming >> Javascript

How to write inline JavaScript code in HTML page?


Inline JavaScript Code − If you are adding some JavaScript code in an HTML file without using the src tag then it is known as inline JavaScript code. That’s all you need to know.