Home > Article > Web Front-end > What is the difference between h5 and js
The differences between h5 and js are: 1. H5 is the abbreviation of HTML5, while js is the abbreviation of JavaScript; 2. HTML5 is a language description method for constructing web content, while js is a literal translation script. Language, built-in support type; 3. HTML5 is one of the core technologies of the Internet, and js is a scripting language widely used on the client.
What is the difference between h5 and js?
H5 is the abbreviation of HTML5. HTML5 is the latest revised version of HTML. The standard was completed by the World Wide Web Consortium (W3C) in October 2014. HTML5 is designed to support multimedia on mobile devices. HTML5 is simple and easy to learn.
HTML5 is a language description method for constructing web content. HTML5 is the next generation standard of the Internet and a language method for constructing and presenting Internet content. It is considered to be one of the core technologies of the Internet.
JavaScript, referred to as js, is a literal scripting language. It is a dynamically typed, weakly typed, prototype-based language with built-in support for types. Its interpreter is called the JavaScript engine, which is part of the browser and is widely used in client-side scripting languages. It was first used on HTML (an application under Standard Universal Markup Language) web pages to add dynamic functions to HTML web pages. .
In short, h5 and js are both technologies required for current web front-end development. js is a web scripting language, and h5 is currently the most popular HTML development language.
The above is the detailed content of What is the difference between h5 and js. For more information, please follow other related articles on the PHP Chinese website!