+ 1
What is the name of compiler they use to compile html?
3 Answers
+ 3
HTML itself is just a markup language, similar to our normal text file but with predefined syntax/tags and therefore no compiler required.
However If you're referring to engine that powers the browser to display web content, some popular one are:-
â
Google Chrome Ă Blink*
â
Firefox Ă Gecko
â
Safari Ă WebKit
â
IE Ă Trident
* fork of WebKit
Hopefully it helps! đ
+ 1
Well, you could say the browser is the html file's compiler, but it is more like an interpreter
+ 1
Thnxđ€