How To Use A HTML Attributes Repeater

Last Update: February 18, 2026

With Avada 7.14.1 and up, you will find a HTML Attributes Repeater in the Container Element, as well as the Column, Title, Text Block, Image and Button elements.

Add Attributes Repeater

In this document, we cover the main attributes you might want to add to your website content through this repeater field.

Core / Global HTML Attributes

These can go on almost any element.

Copy to Clipboard

Custom Data Attributes

Used heavily for JS, tracking, UI state, analytics. WordPress does not restrict data-* attributes.

Copy to Clipboard

Accessibility (ARIA) Attributes

Common and encouraged

Copy to Clipboard

Link (<a>) Attributes

Very common in WordPress content and menus:

Copy to Clipboard

Combined example:

Copy to Clipboard

Image (<img>) Attributes

WordPress adds many automatically, but you can add others:

Copy to Clipboard

Form & Input Attributes

Common for forms, search, login, and plugins:

Copy to Clipboard

Media (<video>, <audio>, <iframe>) Attributes

Copy to Clipboard

Iframes (common for embeds)

Copy to Clipboard

SEO & Metadata-Related Attributes

Copy to Clipboard

Microdata example:

Copy to Clipboard

Performance & Loading Attributes

Copy to Clipboard

CSS / JS Hook Attributes

(Note: role is ARIA-related but often used as a JS hook.)

Copy to Clipboard

Table & List Attributes

Copy to Clipboard

Summary (High-Value Attributes in WordPress)

Most commonly used in real WordPress sites:

  • class
  • id
  • data-*
  • aria-*
  • rel
  • target
  • loading
  • fetchpriority
  • role
  • itemprop / itemscope

In this article