+ 6
How to use visual studio to write HTML?
8 Réponses
+ 10
Nothing, you have to install Visual Studio only, then you can write your HTML without any plugin/extension, write code and save the file with ".html" or ".htm" extension.
• Use emmet plugin if you want to write more code in less time.
• My advice is "Visual Studio Code", but you can install different version of it.
+ 5
Whats about ATOM?
+ 4
Use brackets text editor.... It is very good for web development with live preview option
www.brackets.io
+ 3
like notepad++ 😊
+ 3
install visual studio editor and not the ide. then you can write edit .html .css files using it here is the link of that
code.visualstudio.com/download
as others said you can try other text editor as well
+ 2
Visual studio is an IDE (Integrated Development Environment) .
You should choose new project as Web Project and then add html page item.
If you would like just to write html tags , i don't recommend you to install such a huge ide just for this purpose , just use simple html editor , you can search the web for such free one.
+ 1
exactly :)
+ 1
😊 thanks