On 2019-09-25 10:54 AM, Jon Perryman wrote:
  > HTML is not only not object oriented, it is not even a procedural language.

Using developer tools in any browser will show you each object with the object 
attributes. HTML predefined all classes and the attributes associated with 
those classes (e.g. input, div, table, ...). These objects are javascript 
object compatible. Procedural functionality is provided by javascript.

Are you talking about the DOM?  The definition of OO typically refers to languages that support polymorphism, inheritance and encapsulation. HTML is basically a markup language.

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to