data-*
, aria-*
, href
, target
, loading
, rel
, and role
depending on your needs.Webflow supports a variety of custom attributes that you can apply to elements, but it does not offer a comprehensive, in-product list of all possible attributes and their functionalities since custom attributes are based on standard HTML and JavaScript usage.
data-aos
= fade-up
.Here are several widely-used attribute types in Webflow projects:
data-aos="fade"
for Animate On Scroll (AOS).aria-label="Close Menu"
.target="_blank"
for opening links in a new tab.loading="lazy"
to defer offscreen image loading.rel="noopener noreferrer"
for external links.role="button"
for divs acting like buttons.Webflow does not officially maintain a complete list because custom attributes are based on standard HTML.
data-
attributes.data-aos
)data-swiper
)data-*
for events)data-aos
) and Value (e.g., fade-up
).Webflow does not provide a built-in list of all possible custom attributes because they depend on HTML standards and third-party library needs. Use MDN documentation or specific integration docs for reliable attribute references. Add custom attributes via the Element Settings panel to tap into advanced functionality.