Can anyone tell me where to practice html in UBUNTU LINUX. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Can anyone tell me where to practice html in UBUNTU LINUX.

I want to learn html but I prefer Linux than windows so pls suggest me

31st Aug 2020, 4:43 AM
Ashok
Ashok - avatar
4 Answers
+ 2
First, you need a code editor, here you can find some recommendations https://securedyou.com/10-best-text-editors-for-ubuntu-linux-free/ A web browser is the only other thing you will need to learn web development, apart from code editor. IIRC Firefox come available with the many Linux distro.
31st Aug 2020, 5:09 AM
Ipang
0
HTML can be interpreted using browser so just save your file with extension .htm or .html and then open that file using a browser.
31st Aug 2020, 5:10 AM
Hardik Sharma
Hardik Sharma - avatar
0
You could use Visual Studio Code as it's cross-platform and any IDE guides would apply for both versions. You could also use literally any text editor, i.e. Vim. Most of them have syntax highlighting for html.
31st Aug 2020, 6:56 AM
BlazingMagpie
BlazingMagpie - avatar
0
You can download visual code editor from browser of ubuntu Search in browser: visual code editor
31st Aug 2020, 4:07 PM
Dragon
Dragon - avatar