Home  >  Article  >  Development Tools  >  How to use the functions of notepad++

How to use the functions of notepad++

(*-*)浩
(*-*)浩Original
2019-11-26 11:24:048726browse

How to use the functions of notepad++

#1. Open the editor and create a new file. Method 1: Click "File" - "New". Method 2: Use the shortcut key "Ctrl N". (Recommended learning: notepad )

How to use the functions of notepad++

2. Select the encoding and language we need, Click "Encoding"-"Use UTF-8 Encoding" and "Language"-"H"-"HTML".

How to use the functions of notepad++

3. Two functions commonly used in the editing process: find and replace. Click "Search" - "Find" or "Replace".

How to use the functions of notepad++

4. After editing, click "File" - "Save As" and write the file name to save it. For the shortcut "Ctrl Alt S".

How to use the functions of notepad++

5. Run the edited code, click "Run" - select the browser you want to use "Launch in" Chrome".

How to use the functions of notepad++

#6. You can see "Hello, World!" in the browser and it's over.

How to use the functions of notepad++

The above is the detailed content of How to use the functions of notepad++. 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