+ 2
Can anyone create a website by using only JavaScript?
5 Answers
+ 4
Html is a must unless you use tricks like what Aaron Eberhardt mentioned.
+ 2
You could basically create a full website with JavaScript by only using HTML for the script tag. However this is nonsense and also very slow :)
+ 1
ehm I am not sure but I don’t think so. you need to use code like html or css to make the “front” of the website
0
You will need HTML for structuring your webPages Content
Then you will need CSS to beautify the design you structure.
Then you can work for interActivity / Functionality for your website by using JS, JQUERY.