<html>
<body>
<p><b>Note:</b> The hspace attribute is not supported in HTML5. Use CSS instead.</p>
<h4>Object with no hspace:</h4>
<p><object width="150" height="150" data="helloworld.swf"></object>
This is some text. This is some text. This is some text.</p>
<h4>Object with hspace:</h4>
<p><object width="150" height="150" data="helloworld.swf" hspace="100"></object>
This is some text. This is some text. This is some text.</p>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_object_hspace by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:17:00 GMT -->
</html>