Home  >  Article  >  Web Front-end  >  What software is needed to learn html5

What software is needed to learn html5

青灯夜游
青灯夜游Original
2021-11-18 10:03:195271browse

Software needed to learn html5: 1. HBuilder; 2. Notepad; 3. Dreamweaver; 4. Eclipse; 5. Sublime Text; 6. WebStorm; 7. vscode; 8. Atom; 9. EditPlus, etc. .

What software is needed to learn html5

The operating environment of this tutorial: Windows 7 system, HTML5 version, Dell G3 computer.

Html5, as a convenient and effective programming language for building Web websites, is increasingly recognized and loved by the public. Common HTML5 development tools include: HBuilder, Notepad, Dreamweaver, Sublime Text, WebStorm, Visual Studio Code, Atom, etc.

1. HBuilder

hbuilder is a web development IDE launched by DCloud that supports HTML5. Speed ​​is the biggest advantage of HBuilder. Through complete syntax prompts, code input methods, code blocks, etc., it greatly improves the development efficiency of HTML, js, and css. It also includes the most comprehensive syntax library and browser compatibility data.

2. Code Editor (Notepad)

Notepad is a must-have text editor for programmers. The software is compact and efficient. It supports 27 programming languages, including C, C, Java, C#, XML, HTML, PHP, JS, etc. Notepad is a perfect replacement for Microsoft Notepad.

3. Dreamweaver

Dreamweaver is a set of web design software launched by Adobe with a visual editing interface for creating and editing websites and mobile applications. Because it supports coding, splitting, design, real-time view and other methods to create, write and modify web pages, for beginners, you can quickly create web pages without writing any code.

4. Eclipse

Eclipse itself is just a framework platform, but the support of many plug-ins gives Eclipse flexibility that is difficult to achieve with other IDE software with relatively fixed functions. . Many software developers develop their own IDEs using Eclipse as the framework. Eclipse was originally developed by IBM as a next-generation IDE development environment to replace the commercial software Visual Age for Java. It was contributed to the open source community in November 2001. It is now managed by the Eclipse Foundation, a non-profit software vendor alliance.

5. Sublime Text

Sublime Text is a great code editor. The interface settings are very user-friendly. There are code thumbnails on the left and code areas on the right. You can Easily locate the location of the program code in the code thumbnail area on the left, and the highlight color function is very convenient for programming work.

6. WebStorm

WebStorm is a powerful HTML5/JavaScript Web front-end development tool, which is hailed as the "Web front-end development artifact" by the majority of JS developers. WebStorm 8's new features include support for AngularJS, which can intelligently perceive Angular syntax and instructions efficiently and accurately. WebStorm also perfectly supports Spy-js and incorporates this JavaScript debugging tool, which greatly improves the work efficiency of developers.

7. Visual Studio Code (vscode)

vscode has a powerful extension system and can develop many languages. The expansion quality is relatively high. It can also integrate debugging in dozens of languages. It is also excellent as a front-end developer. Of course, as a front-end tool, I think it is still slightly inferior to Brackets and WebStorm. I personally use vscode to write rust code. Or small example programs in many other languages.

8. Atom

This software pays more attention to expansion and freedom than vscode in terms of architecture, and it itself is composed of many extensions. The degree of freedom of expansion is very high. For example, installing a minimap is the same as sublime text. Writing front-end is about the same as vscode, and you can also develop in many other languages. However, I personally feel that the extension quality is generally not as high as vscode. I used it for a while at first, but couldn’t stand the uneven extension quality and compatibility, so I switched to vscode.

9. EditPlus (text editor)

EditPlus is a 32-bit text and html editor prepared for the Internet and running under Windows. It is also A very popular editor among programmers. It can be used to replace a Windows laptop, and it also provides convenience for many web experts and programmers.

Recommended tutorial: "html video tutorial"

The above is the detailed content of What software is needed to learn 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