Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Reference: object element rendering fallback content, fallback text highlighted directly.</title>
<style>
object { display: block; width: 100px; height: 50px; }
#fallback { background-color: rgb(200, 0, 0); color: green; }
</style>
</head>
<body><object><span id="fallback">fallback</span></object></body>
</html>