+ 3
How html is differ from c & c++ programming languages.... What's its application in web technology....
gives somes tips and explaination🤔🤔🤔
3 Antworten
+ 5
Vlad Serbu Now I think u understood my question well😊😊
+ 4
Vlad Serbu thanku
+ 1
HTML is a markup language. It represents the contents of a web page in a human-readable text format.
C is a programming language invented at Bell Labs and meant for developing operating systems.
C++ is a programming language also invented at Bell Labs with the purpose of adding higher-level features to the framework provided by C with little to no runtime overhead.
Programming languages, unlike HTML, provide a set of instructions to be converted to machine language and then fed to and executed by the CPU.
Now, hopefully I've cleared things up a bit. But I'm afraid I don't exactly understand your question.