Coding for a project

Can I write html and js code both together for one project? If possible how it works.

yes definitely.after creating html program.after title or in the body section you can use java script.
there are two methods.
1)syntax

  1. also add reference to script

@mkrtwr51 ,

I mean can i write code in two diffrent parts html and js in same project.
I want to show an website which is written in html (js may be included in it or not) in the html section and i also want to visualize data which i have to write in js section for the same project. Is this possible?

1 Like