What is the the compiler for HTML? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the the compiler for HTML?

4th Nov 2019, 1:44 PM
Cameron Law
60 Answers
+ 19
Compiler is used in programming where we convert assembly language into machine language but as we know html is markup language not a programming language that's why all script executed by browser.
5th Nov 2019, 3:56 PM
Ayushi Gujarati
Ayushi Gujarati - avatar
+ 15
Html is parsed and interpreted by the web browser.
5th Nov 2019, 2:06 AM
Sonic
Sonic - avatar
+ 14
Html is not compiled.
4th Nov 2019, 11:16 PM
Sonic
Sonic - avatar
+ 7
There's no compiler for HTML - that's a markup language, not a programming one!
4th Nov 2019, 2:47 PM
Jonas Ferraz
Jonas Ferraz - avatar
+ 4
Use VS code it helps a lot, especially when you add some extension related to web development.
4th Nov 2019, 1:53 PM
MohammedAADOU
MohammedAADOU - avatar
+ 4
Any web browser will do, or are you looking for a development tool that will show you the output as you type it?
4th Nov 2019, 3:22 PM
Michael Smyth
+ 4
Thanks mate
4th Nov 2019, 3:28 PM
Cameron Law
+ 3
About the compiler HTML is hypertext markup language you can just tap it in notepad and file with html type and open it with any browser and figure out the result.
4th Nov 2019, 1:55 PM
MohammedAADOU
MohammedAADOU - avatar
+ 3
Try Komodo, it's open source.
4th Nov 2019, 3:27 PM
Michael Smyth
+ 3
HTML is not compiled but instead interpreted by the browser when you visit a webpage. That is why different browsers display things differently.
5th Nov 2019, 2:35 AM
2147483647
2147483647 - avatar
+ 3
Only programming languages are compiled. HTML is a markup language and it is readed and rendered by web browsers.
5th Nov 2019, 2:51 AM
Roopesh
Roopesh - avatar
+ 3
How do I get Komodo for HTML to do the the stuff
5th Nov 2019, 11:48 AM
Cameron Law
+ 3
Visual Studio Code, code editor of Microsoft
5th Nov 2019, 1:55 PM
spyrax10
spyrax10 - avatar
+ 3
It's easy to install and use!
5th Nov 2019, 2:02 PM
Jonas Ferraz
Jonas Ferraz - avatar
+ 3
HTML es visto en los navegadores.
6th Nov 2019, 5:20 AM
Alexander Ramirez
Alexander Ramirez - avatar
+ 2
Thanks
4th Nov 2019, 1:54 PM
Cameron Law
+ 2
Looking for the tool mainly
4th Nov 2019, 3:24 PM
Cameron Law
+ 2
No compiled .
5th Nov 2019, 2:05 AM
Константин
Константин - avatar
+ 2
Can you link it please?
5th Nov 2019, 11:49 AM
Jake
5th Nov 2019, 2:30 PM
Michael Smyth