How to write html code

What is HTML edited with?

HTML editing with Microsoft’s own notepad or writing pad can be written, with WPS or Word to write can also be, but when you save, please use .htm or .html as an extension, so that it is convenient for the browser to recognize the direct interpretation of the execution.

HTML is actually text, which needs to be interpreted by the browser.

What you see is what you get software, the most widely used editor, can be a little bit of knowledge of HTML can make a web page, such as: AMAYA (produced by: World Wide Web Consortium); FRONTPAGE (produced by: Microsoft); Dreamweaver (produced by Adobe).

Software that can write html code are: 1, Brackets; 2, WebStorm; 3, vscode; 4, SublimeText; 5, HBuilder; 6, EditPlus. HTML is a language used to describe the web page, which is not a programming language, but a markup language.

HTML code can be written using development tools such as Brackets, WebStorm, vscode, SublimeText, HBuilder, EditPlus, and others.

With the continuous improvement of HTML technical support by major browsers, HTML will definitely change the way we create Web applications in the future. And many html beginners want to find a good writing software, the next will introduce you to a few writing html software.

1, Brackets: Adobe open source front-end development tools. This is basically completely prepared for the front-end, support plug-ins. Initially used for a period of time, the experience is very good. Built-in Server, you can directly preview the changes.

2, WebStorm: the reason why the first time I did not use Brackets, because the goods are too good to use. Consistent Jetbrains-Platform powerful code prompts, analysis, inspection and recommendations. Can be integrated with SASS/LESS. built-in Server. of course, with some front-end scaffolding/build tools, integration of what does not matter.

3, VisualStudioCode (vscode): vscode has a powerful extension system , you can do a lot of language development. Extended quality is relatively high. Can also integrate dozens of languages debugging. As a front-end development is also very good. Of course, specifically as a front-end tool I think is still slightly inferior to Brackets weaker than WebStorm.

4, Atom: this software from the architecture than vscode more emphasis on expansion and freedom, itself is composed of many extensions. Extension of the degree of freedom is very high, such as installing a minimap with the same sublimetext. Write front-end and vscode half a catty, as can do a lot of other language development. But I feel that the quality of extensions is generally not as high as vscode. Initially used for a period of time, but can not stand the uneven quality and compatibility of extensions, on the transfer of vscode.

5, SublimeText: this compared to the above three, to be much lighter. Because it is not a desktop application built with web technology, start faster, more in line with what an editor should look like. However, the number of extensions can not be compared with the above. Front-end development, has been unable to keep up with atom and vscode, but as a TextEditor it is definitely one of the first choice.

6, HBuilder: this is a claim that specializes in HTML5 ready IDE, I used a few years ago, it seems to be based on the eclipse kernel. All eclipse-based software I do not want to use. I remember when it even had bugs in the format of the code. formatting the code in any of the recommended ones above can easily be done perfectly with extensions.

7, AptanaStudio: this is similar to the above HBuilder is based on eclipse, it is my contact with the first built-in Server front-end development tools. At that time, I remember to install it to install a NodeJs incidentally a bit of a bright spot for me. But it’s been a long time since I’ve used it. Now look at its official website, it can also do Ruby, Python and other development, of course, used to write the front-end is also its highlights. Half a catty with HBuilder, I guess.

8, EditPlus: initially learn the basics of the time, the teacher used this editor. We also follow the use of this, only remember very clearly is to use it to write web pages can point to the icon in the upper left corner of the direct preview without opening the browser, will call the IE used to display the page. It is also great as a TextEditor, but do front-end development is not recommended.

How to use HTML code

The materials you need to prepare are: computer, browser, html editor.

1, first of all, open the html editor, create a new html file, for example: index.html.

2, in the <body> tag in index.html, enter html code: helloworld!

3. The browser runs the index.html page, at which point the page successfully renders the html code in html, displaying the content.

.