+ 1

What is the name of compiler they use to compile html?

16th Jun 2019, 11:30 AM
NAGA SASIDHAR VENUTHURUPALLI
NAGA SASIDHAR VENUTHURUPALLI - avatar
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! 😉
16th Jun 2019, 11:49 AM
Zephyr Koo
Zephyr Koo - avatar
+ 1
Well, you could say the browser is the html file's compiler, but it is more like an interpreter
16th Jun 2019, 11:48 AM
Airree
Airree - avatar
+ 1
ThnxđŸ€—
16th Jun 2019, 1:35 PM
NAGA SASIDHAR VENUTHURUPALLI
NAGA SASIDHAR VENUTHURUPALLI - avatar