+ 1
What is the name of compiler they use to compile html?
3 Respuestas
+ 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🤗