what is HTML?how does it differ from programming language?
Answers
Answered by
2
HTML is not a programming language, it is used to describe what should appear in a web document/page. HTML is not run/executed, it is parsed and transformed into DOM objects by the client web browser, which the browser can then render. Something like C++ is first put through a compiler and then executed on the machine.
Similar questions