What is an HTML element? List a few. What are the 4 Pillars of Object Oriented Programming?
Sigiloso
An HTML element is a set of tags and attributes that define some part of a web document. Examples: head, paragraph, body, html (root element). 4 Pillars: Polymorphism, Encapsulation, Inheritance, Abstraction. Give an explanation of each. If you can give an example of a time you've used them, even better.