Home > Article > Web Front-end > How to install eclipse html plug-in
How to install the eclipse html plug-in: first open eclipse, click help in the menu; then select the Install new software option; then click the add button and enter Name; finally check Web Page Editor and restart.
The operating environment of this article: Windows 7 system, Eclipse IDE 2020-06 R version, DELL G3 computer
eclipse installation HTML editor plug-in
Eclipse itself does not have an HTML editor, so it is inconvenient to modify HTML files. You need to download an html editor for easy operation.
Open eclipse, click help in the menu, select the Install new software option, the pop-up box is as shown below:
Click the add button and enter Name (yes Define it yourself) and the Location fixed link http://download.eclipse.org/releases/juno
Options
## 选 Select Web Page Editor, as shown in the figure below:
Follow the prompts, next step, agree to the agreement, and restart immediately to complete the installation. After restarting eclipse, you can use the html editor to open the html file. The tag attributes are obvious, and the operation is much easier. Open the html file effect map: Recommended learning tutorial:html video tutorial , CSS video tutorial
The above is the detailed content of How to install eclipse html plug-in. For more information, please follow other related articles on the PHP Chinese website!