+ 2
What is the role of an attribute in html?
2 Respuestas
+ 1
nice Alexander Sokolov
+ 6
Hello, lipsa !
Attributes in HTML are service structures inside tags that extend their capabilities. They are used in completely different tasks and their mastering and proper use is very important. In general, if you disassemble all the attributes, you can divide them into several categories:
Attributes with a value
Attributes without value
Universal
Specials
Eventing
They are all different, but their syntax is almost the same everywhere.