What are the attributes in HTML?

Some HTML documentation I read refers to "enumerated attributes." What they?

+3
source share
1 answer

A listed attribute is an attribute that has a fixed set of possible values. For example, the tag ulhas an attribute type, which can take the values: disc, squareand circle.

Source: Attribute Types Listed

+9
source

Source: https://habr.com/ru/post/1773190/


All Articles