/
Class Attribute
Class Attribute
The class attribute is a very important concept for writing efficient web pages. A class attribute specifies one or more classes for an element, usually to apply a common CSS styling or Javascript behaviour to an element.
This uses Prefix Namespaces for Separating Concerns as you can group together elements that share similar characteristics and apply styles or scripts to all of them at once.
For example, you may have a BUTTONstyle class for styling and a DASHboardAddComponent class for the javascript behaviour:
<div class="BUTTONstyle DASHboardAddComponent">
Like in the Translator with Lua, we recommend with CSS and Javascript https://interfaceware.atlassian.net/wiki/spaces/IXB/pages/2685304948 to organize and simplify your overall code.
, multiple selections available,
Related content
Salesforce Adapter
Salesforce Adapter
Read with this
How to use the class attribute of HTML elements.
How to use the class attribute of HTML elements.
More like this
Internet of Things - Devices Like Thermometers
Internet of Things - Devices Like Thermometers
Read with this
Elements, Tags and Attributes
Elements, Tags and Attributes
More like this
UbiBot Environmental Sensor
UbiBot Environmental Sensor
Read with this
CSS Selectors
CSS Selectors
More like this