Beginners HTML language, first use EditPlus Editor! Not only can you experience the charm of HTML tags, but also enhance your memory of HTML tags, do not ask why, and then understand.
1, installation EditPlus
A, download () after decompression;
B, double-click "Editplus3.8.exe", all the Way "next", you can also choose their own installation path;
C, installation and installation after the first open software needs to enter the user name and registration code (see Registration code. txt).
D, if the need for Chinese, will be 32 Chinese or 64 Chinese package extracted to the installation of the directory, replace the original file can be.
2. Create your own templates
A, tools--preferences--Files--templates found such as windows;
b, click the "..." button in the red box to appear in the folder window where the template is located, and note the type in the blue box above;
C. Create your own *.html file in this folder;
D, copy the following code in the past (this is the most basic framework for writing Web pages with HTML tags);
E. Load your template file and click "Apply-OK";
F, when you create an HTML file yourself, the code in your own template is automatically loaded.
3, when you create a new file save will appear a *.bak file, the file is used to recover your files, cancel the file as follows:
"Tools-Preferences--Files" in the right there is a "create a backup when saving files" to remove the hook, and then click "Apply-OK".
4. Set the code folding function
Select top: View--code folding--Enable code folding
5, the color difference in the HTML file is generally:
HTML Tag---Blue
Tag Attribute---Red
Tag attribute value---Purple
Note---Green
6, editplus common shortcut keys
End moves the cursor to the end of the current line
Home moves the cursor to the beginning of the current line
Ctrl+d inserting the current date
Ctrl+m Insert Current time
Ctrl+j Creating a copy of the current row
Ctrl+r Select when to move forward
CTRL + Z undo Last Action
Ctrl+s Saving the current file
Ctrl+b loading the current document into a Web browser
Shift+tab move the cursor to the previous tab position
Shift+left extend the selection one character to the left
Shift+right extends the selection one character to the right
Shift+up extend the selection to the previous row
Shift+down extend the selection to the next row
EditPlus Installation and use