Would html be considered object oriented? | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
- 2

Would html be considered object oriented?

curious

11th Jan 2018, 8:58 PM
Frank
Frank - avatar
4 Respostas
+ 8
html is "hypertext markup language" so its not a programming language, sooo it cant be object orientedšŸ˜‰
11th Jan 2018, 9:19 PM
Botol
Botol - avatar
+ 2
No html isnt!
11th Jan 2018, 9:35 PM
į Œį ŒBrains[Abidemi]
į Œį ŒBrains[Abidemi] - avatar
- 2
ok
11th Jan 2018, 9:29 PM
Frank
Frank - avatar
- 5
I'm not totally agree with previous answers: Even if html is not a programming language (so you cannot consider it as "OOP" or any programming paradigm), I tend to consider that it's object oriented and even event-driven oriented, as both paradigms are present behind the scene: html is a markup language used to describe object oriented and event-driven content structure (with objects, properties, inheritance, even if you cannot build new objects only with html, but need the help of JS and the DOM -- Document Object Model -- API) ^^
12th Jan 2018, 5:51 AM
visph
visph - avatar