Editor selectio...LOGIN

Editor selection

When programming, in many cases we test locally, so a convenient editor is what we need. There are many editors on the market, some with relatively simple functions, such as Editplus, Notepad+. There are also powerful Dreamweaver and Zend Studio. The author recommends sublime text, which I usually use.

You can search for sublime text online to download

sublime text official website

3.png

If you are not used to the English version , you can also search the Chinese version on the Internet, you can search by yourself

The interface after installation is as follows:

4.png

In fact, the editor has all the functions They are all the same, just choose one that is comfortable for you. After the installation is complete, start coding to your heart’s content


Next Section
<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>这是我们的第一个页面</title> </head> <body> <h1>欢迎加入php.cn</h1> <h2>希望你能够在这里学的开心</h2> </body> </html>
submitReset Code
ChapterCourseware