How long does it take to learn HTML5 by yourself
In addition to HTML5, the front-end also has JavaScript and Css. If you only learn HTML5, it will take half a month to a month. You can learn it in a short time, but HTML5 alone is not enough. You also need to learn JavaScript and CSS. One month of basic learning is enough.
JavaScript
JavaScript ("JS" for short) is a lightweight, interpreted, or just-in-time programming language with function precedence Compiled high-level programming language. Although it is famous as a scripting language for developing Web pages, it is also used in many non-browser environments. JavaScript is based on prototype programming, a multi-paradigm dynamic scripting language, and supports object-oriented, imperative and declarative ( such as functional programming) style.
JavaScript was first designed and implemented on the Netscape Navigator browser in 1995 by Brendan Eich of Netscape. Because Netscape was working with Sun, Netscape management wanted it to look like Java, hence the name JavaScript. But in fact its grammatical style is closer to Self and Scheme. [2]
The standard of JavaScript is ECMAScript. As of 2012, all browsers fully support ECMAScript 5.1, and older browsers support at least the ECMAScript 3 standard. On June 17, 2015, ECMA International released the sixth edition of ECMAScript, which is officially called ECMAScript 2015, but is often called ECMAScript 6 or ES6.
CSS
Cascading Style Sheets (full English name: Cascading Style Sheets) is an application used to express HTML (Standard Universal Markup Language) or A file-style computer language such as XML (a subset of Standard Generalized Markup Language). CSS can not only statically modify web pages, but can also cooperate with various scripting languages to dynamically format various elements of web pages.
CSS can perform pixel-level precise control over the layout of element positions in web pages, supports almost all font size styles, and has the ability to edit web page objects and model styles.
Video Tutorial Recommendation
《JavaScript Quick Start_Jade Girl Heart Sutra Series》
《Li Yanhui Javascript Video Tutorial 》
《Geek Academy Node.js Development Video Tutorial》
《27 Classic Practical Video Tutorials for Front-end JS Development》
Recommended tutorial: "JS Tutorial"
The above is the detailed content of How long does it take to learn HTML5 by yourself?. For more information, please follow other related articles on the PHP Chinese website!