HTML standby attribute
standby
The purpose of the HTML standby attribute is to define a message to show while an object (defined within object element) is being loaded.
Supported elements
HTML standby attribute supports object element.
Syntax
<object standby="value" >.....</object>
Type of value
Text.
Value
Text.
Default value
There is no default value of HTML standby attribute.
Supported doctypes
HTML 4.01 strict, HTML 4.01 transitional, HTML 4.01 frameset.
Previous: HTML src attribute
Next: style attribute of an HTML element
Test your Programming skills with w3resource's quiz.
- Weekly Trends
- Python Interview Questions and Answers: Comprehensive Guide
- Scala Exercises, Practice, Solution
- Kotlin Exercises practice with solution
- MongoDB Exercises, Practice, Solution
- SQL Exercises, Practice, Solution - JOINS
- Java Basic Programming Exercises
- SQL Subqueries
- Adventureworks Database Exercises
- C# Sharp Basic Exercises
- SQL COUNT() with distinct
- JavaScript String Exercises
- JavaScript HTML Form Validation
- Java Collection Exercises
- SQL COUNT() function
- SQL Inner Join