How do I specify in HTML the URL of a resource to be used by an object?

王林
Release: 2023-09-17 20:13:02
forward
1086 people have browsed it

How do I specify in HTML the URL of a resource to be used by an object?

Use the data attribute in HTML to specify the URL of the resource to be used by the object in the HTML.

Example

You can try running the following code to implement the data attribute -

<!DOCTYPE html>
<html>
   <body>
      <h2>Demonstration</h2>
      <object width = "250" height = "300" data = "demo.swf">
      </object>
   </body>
</html>
Copy after login

The above is the detailed content of How do I specify in HTML the URL of a resource to be used by an object?. For more information, please follow other related articles on the PHP Chinese website!

source:tutorialspoint.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template