HTML CSS examples for HTML Tag:embed
The src attribute specifies the address of the external file to embed.
Value | Description |
---|---|
URL | Specifies the address of the external file to embed. |
An embedded flash animation:
<!DOCTYPE html> <html> <body> <embed src="helloworld.swf"> </body><!-- w ww . j a va 2 s .co m--> </html>