How to use visual studio to write HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

How to use visual studio to write HTML?

18th May 2017, 10:13 AM
Amarjit-Ph
Amarjit-Ph - avatar
8 Answers
+ 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.
18th May 2017, 10:24 AM
Maz
Maz - avatar
+ 5
Whats about ATOM?
18th May 2017, 6:41 PM
Adil Balti
Adil Balti - avatar
+ 4
Use brackets text editor.... It is very good for web development with live preview option www.brackets.io
18th May 2017, 4:33 PM
Rajeev Jain
Rajeev Jain - avatar
+ 3
like notepad++ 😊
18th May 2017, 11:29 AM
Amarjit-Ph
Amarjit-Ph - avatar
+ 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
19th May 2017, 8:10 AM
Sandeep Chatterjee
+ 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.
18th May 2017, 11:15 AM
Loai Hazima
Loai Hazima - avatar
+ 1
exactly :)
18th May 2017, 11:32 AM
Loai Hazima
Loai Hazima - avatar
+ 1
😊 thanks
18th May 2017, 11:33 AM
Amarjit-Ph
Amarjit-Ph - avatar