Is it correct to make a webpage without Javascript? [closed]

-5

I am creating a web page, the first, and I am trying to avoid JavaScript. But I do not know to what extent that is good for the page itself. Parts that could have been made with java I have managed, with the help of tutorials to do it with CSS, which was very productive to learn more and good CSS functions. Am I choosing a good path?

    
asked by Isaac Martí 25.09.2018 в 11:18
source

2 answers

1

Of course you can make a page without javascript, everything depends on what is required. You can also make a page and use bootstrap, for example for the visual environment and styles, but integrate the javascript of the bootstrap without having to know it.

Anyway, always of course, it's better to know javascript, jquery, ajax ... to create more professional pages where you have to offer some kind of effect that otherwise would be quite complex or slow to do.

    
answered by 25.09.2018 в 11:36
1

Everything depends on what you want to achieve, if what you want is a static page that shows a content of a company, product or similar, you do not necessarily need to have javascript.

Using javascript is to give some more functionality to the page that you can not get with HTML.

My advice is that if you like the subject, go learn little by little, because on the internet there are millions of examples to learn little by little.

Greetings

    
answered by 25.09.2018 в 11:48