Home  >  Article  >  Web Front-end  >  The road to learning HTML5

The road to learning HTML5

寻∝梦
寻∝梦Original
2018-08-13 18:19:091533browse

HTML5 is currently very popular, and experts judge that it will not be outdated in the next 10 years. More and more friends are starting to learn HTML5 technology, but many of them don’t know where to start learning HTML5, and they don’t know what the correct HTML5 learning route is, which leads to poor results in learning HTML5. , the efficiency is even lower. So today the editor will share with you a correct learning route to clear up your doubts.

For our students who have just started learning HTML, complicated tags are very troublesome and difficult to remember. Without further ado, first of all, the compiler I recommend is Hbuider, as the first compiler developed by us Chinese As a compiler, we naturally support it.

Let’s first talk about the most valuable thing about h5. Its biggest advantage is that it can be compatible with the three ports of WeChat, Android, and ios to achieve code compatibility. The Taobao clients we use now are all It is implemented using h5. Not only does it have good fluency, but it is also more beautiful!

We need to know that html is a tag language rather than a programming language, so it is relatively simple.

Title tag


Horizontal line


Force line break

Paragraph tags

 Space

italic Tone emphasis italics

stronger tone boldbold

middle Underline

Underline

Subscript

Up Tag

Defines a separate style for text

Quotation of short text

References to long text

No line breaks

The above are some of the most basic tags. You don’t need to master too much when you first start learning. There are many things, but the most basic things must be applied skillfully!

Tag title tag is the first level, second level and third level we use when making documents...The title here is

... It is defined in this way, but it is a dual markup language

For example, we define a first-level title as

I am an h1 tag

This has a beginning and an end. Most of the html It's like this. However, there are also some single-door labels, which we gradually came into contact with when we later learned.

There is also our most important html composition. I personally know him as a friend.

This is the overall label layout This is Under the clothes of a person from head to toe is the head, which is the head. The styles we define are all written here. Friends who know it may know that the css style is written here

Then further down is the body, which is the body. Below the head is the body. The body is where we write the code for our layout.

HTML5 learning route follows the following four steps:

1. Understand the meaning, use, development process, etc. of HTML5; learn ps Basic operations of the software: such as cutting pictures, cutting out pictures, etc.; learning HTML (to the point of mastering it); learning HTML CSS web page layout; until you can independently use DIV CSS to complete the layout and reconstruction of various websites with interaction. The first stage of learning is complete.

2. Learn the front-end and back-end interaction of PC-side website special effects; learn JavaScript and jQuery special effects (requires proficiency); learn the use of Git management tools; basic knowledge of PHP; until you can skillfully apply native JavaScript and jQuery, so as to complete the special effects and front-end and back-end interaction of various popular PC-side web pages (especially e-commerce web pages), and the second stage has been successfully completed.

3. Learn to develop responsive layout for mobile pages; learn the new features of HTML5 CSS3, such as: HTML5 text, images, links, tables, lists, forms, frames, basic CSS syntax, and various selectors ( Universal selectors, element selectors, id and class selectors, descendant selectors, pseudo-class selectors, etc.), box models and backgrounds, text formatting, tables, display and positioning, browser debugging; commonly used mobile frameworks; HyBridAPP Development, etc.; until you can use native HTML5 and CSS3 to complete mobile applications, such as WebAPP, micro-scenarios, background management system development, etc., this marks the successful completion of the third stage of the HTML5 learning route.

4. Learn advanced front-end knowledge, learn front-end development framework Vue, Angular.js, React.js development, learn to develop on the platform Node.js, learn ES6, front-end performance optimization, WeChat development, etc.; Being able to use the framework to develop WEB applications marks the complete success of this stage of learning.

The above four steps of learning have been completed perfectly, and you have already met the company's employment requirements for front-end development engineers. But if you still want to develop to a higher level, there is still a lot of front-end knowledge that needs to be learned, and you need to explore and move forward in your work.

【related suggestion】

Basic elements of html, allowing you to learn HTML from scratch

HTML introduction course


The above is the detailed content of The road to learning HTML5. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn