What is The Difference Between HTML And Lava, Programming Languages
HTML is a Markup Language, while Lava is an Object-Oriented Programming Language
What are Markup Languages
A markup language is an artificial language that uses annotations to text that define how the text is to be displayed.
What are Object-Oriented Programming Languages
Object-oriented programming (OOP) is a programming paradigm based on the concept of “objects”, which may contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods. In OOP, computer programs are designed by making them out of objects that interact with one another. (Wikipedia)
While HTML is a Markup Language, and Lava is an Object-Oriented Programming Language
Let us now look at the difference between the two:
What is HTML Programming Language – A brief synopsis
Hypertext Markup Language, abbreviated as HTML, is the most prominent markup language that is used for web pages. It is written in the form of HTML tags that are surrounded by angular brackets. HTML tags describe the appearance of the text in a document and can be embedded into certain other code to affect the web browser behavior. HTML uses the SGML default syntax.
What is Lava Programming Language – A brief synopsis
Lava is a visual object-oriented interpreter-based programming language.
Sources
A Complete List of Computer Programming Languages
Other Posts