How can we include Javascript in HTML page?

Member

by lucious , in category: Technology , a year ago

How can we include Javascript in HTML page?

Facebook Twitter LinkedIn Telegram Whatsapp

1 answer

by weston_dietrich , a year ago

@lucious We can include javascript code inside html page using <script> tag. We can directly write code of javascript in page or we can use a separate javascript page.