Home Web Front-end H5 Tutorial The road to learning HTML5

The road to learning HTML5

Aug 13, 2018 pm 06:19 PM

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 of this Website
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

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Repo: How To Revive Teammates
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
Hello Kitty Island Adventure: How To Get Giant Seeds
4 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

How to Add Audio to My HTML5 Website? How to Add Audio to My HTML5 Website? Mar 10, 2025 pm 03:01 PM

This article explains how to embed audio in HTML5 using the <audio> element, including best practices for format selection (MP3, Ogg Vorbis), file optimization, and JavaScript control for playback. It emphasizes using multiple audio f

How do I use the HTML5 Page Visibility API to detect when a page is visible? How do I use the HTML5 Page Visibility API to detect when a page is visible? Mar 13, 2025 pm 07:51 PM

The article discusses using the HTML5 Page Visibility API to detect page visibility, improve user experience, and optimize resource usage. Key aspects include pausing media, reducing CPU load, and managing analytics based on visibility changes.

How to Use HTML5 Forms for User Input? How to Use HTML5 Forms for User Input? Mar 10, 2025 pm 02:59 PM

This article explains how to create and validate HTML5 forms. It details the <form> element, input types (text, email, number, etc.), and attributes (required, pattern, min, max). The advantages of HTML5 forms over older methods, incl

How do I handle user location privacy and permissions with the Geolocation API? How do I handle user location privacy and permissions with the Geolocation API? Mar 18, 2025 pm 02:16 PM

The article discusses managing user location privacy and permissions using the Geolocation API, emphasizing best practices for requesting permissions, ensuring data security, and complying with privacy laws.

How to Create Interactive Games with HTML5 and JavaScript? How to Create Interactive Games with HTML5 and JavaScript? Mar 10, 2025 pm 06:34 PM

This article details creating interactive HTML5 games using JavaScript. It covers game design, HTML structure, CSS styling, JavaScript logic (including event handling and animation), and audio integration. Essential JavaScript libraries (Phaser, Pi

How do I use viewport meta tags to control page scaling on mobile devices? How do I use viewport meta tags to control page scaling on mobile devices? Mar 13, 2025 pm 08:00 PM

The article discusses using viewport meta tags to control page scaling on mobile devices, focusing on settings like width and initial-scale for optimal responsiveness and performance.Character count: 159

How do I use the HTML5 Notifications API to display desktop notifications? How do I use the HTML5 Notifications API to display desktop notifications? Mar 13, 2025 pm 07:57 PM

The article explains how to use the HTML5 Notifications API to display desktop notifications, focusing on permission requirements, customization, and browser support.

How do I use the HTML5 WebSockets API for bidirectional communication between client and server? How do I use the HTML5 WebSockets API for bidirectional communication between client and server? Mar 12, 2025 pm 03:20 PM

This article explains the HTML5 WebSockets API for real-time, bidirectional client-server communication. It details client-side (JavaScript) and server-side (Python/Flask) implementations, addressing challenges like scalability, state management, an

See all articles