+ 2

Can anyone create a website by using only JavaScript?

24th Aug 2019, 7:41 PM
Saied Hossien
Saied Hossien - avatar
5 Answers
+ 4
Html is a must unless you use tricks like what Aaron Eberhardt mentioned.
24th Aug 2019, 9:55 PM
Sonic
Sonic - avatar
+ 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 :)
24th Aug 2019, 8:24 PM
Aaron Eberhardt
Aaron Eberhardt - avatar
+ 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
24th Aug 2019, 7:46 PM
Brave Tea
Brave Tea - avatar
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.
29th Aug 2019, 5:32 AM
RaaZ
RaaZ - avatar