HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

async

Description

The async attribute for HTML specifies the execute script when available, without blocking while fetching.

Syntax

async="value"

Examples

1 · HTML · false

2 · HTML · true

3 · JS · false

4 · JS · true