Show Output
<!DOCTYPE html> <html lang="en"> <head> <title>Example of HTML object tag</title> </head> <body> <object type="application/x-shockwave-flash"> <param name="movie" value="/examples/video/blur.swf"> </object> </body> </html>