x
 
<!DOCTYPE html>
<html>
<body>
<h1>embed 元素</h1>
<embed type="image/jpg" src="/i/photo/tulip.jpg" width="300" height="300">
</body>
</html>