What languages were used to code html & css? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What languages were used to code html & css?

Just curious about this. Or is HTML and CSS directly 'communicating' with the machine?! In other words: Which languages are the 'base' of HTML and CSS?

25th Oct 2017, 12:38 PM
wenz
wenz - avatar
3 Answers
+ 6
Main language of most browsers are C++ Firefox Rendering engine using C++ Gecko JavaScript engine using C SpiderMonkey UI coded mostly in XUL (a custom XML dialect), CSS, and JavaScript, with some C++. Chrome Rendering engine using C++WebCore JavaScript engine: V8, C++ UI coded mostly in C++ Safari Rendering engine using C++ WebCore JavaScript engine: C++ UI coded in Objective-C with some HTML Internet Explorer All components written in C++
25th Oct 2017, 1:02 PM
Calviղ
Calviղ - avatar
+ 5
C++ can access low level system resources, most system tools, os are built using C++ including browsers.
25th Oct 2017, 3:05 PM
Calviղ
Calviղ - avatar
0
@Calvin: Is it correct that between C++ and the physical machine is only the assembler which translates the code to zeros and ones (binary). Thx for your patience!
25th Oct 2017, 1:16 PM
wenz
wenz - avatar