JavaScript
In the past, many of the ways JavaScript was used on a site can now be handled by HTML and CSS. Basic form validation, creating animations, hovers, etc...can be done without JavaScript. You'll need
to do some research online to find the answers.
Why is JavaScript still important? What can it do that HTML and CSS can't?