What web language is used in websites to make effects? [closed]

-6

How do developers produce these sites with so many effects and all modernity? Are they specific languages? Frameworks ? Plugins ?

Examples:

link

link

    
asked by anonymous 15.12.2015 / 01:28

1 answer

5

The only languages considered web standards are HTML (5 is the newest version), CSS (3 is the newest version) and JavaScript ( EcmaScript 6 is the newest version). And all pages are or should only be made using them. It is even the case of the sites mentioned and can be seen in the page source that is always open.

Note that the newer can not always be used in all browsers .

Be careful not to start by learning the wrong things. Beware of marketing. Beware of superficiality. Beware of the indiscriminate use of frameworks . Do not use anything that is non-standard. It will take your specific doubts out here. Please read the tags of these languages, you have additional information. Track all past links . Have dedication and commitment.

On the server side that is not the focus of the question can use virtually any programming language, although some are more successful. PHP is one of them, but many programmers prefer others, such as C # or Java , just to stay on the most popular.

    
15.12.2015 / 01:45