Why does HTML5 focus on Javascript?

I am learning HTML5. I see that almost everything is related to JS. Why is so much JS focused than HTML / XHTML?

+5
source share
3 answers

This is not in itself. Today, Javascript is very common in the user interface of quality. Designers and developers require interaction on their interfaces, which in many cases can only be done through client-side interaction, which gives you javascript. Since HTML 5 has a cutting edge, it’s logical that quality javascript user interfaces will flex their muscles.

HTML5 , tweening, , Flash Javascript. "" , . , YouTube html5, , Flash.

+1

.

Javascript . .

0

: HTML5 -. HTML5 , , Javascript - , (, Ajax, ).

If you've ever used an Android SDK, iOS SDK, or Microsoft WPF SDK, you'll notice that the user interface is defined using XML constructs such as login, buttons, etc. While using Java, Objective-C, or C # to execute all programming logic. HTML 5 and Javascript are now moving towards the same paradigm.

0
source

All Articles