'spacer' Example : spacer « HTML Tag Reference « HTML CSS Reference






'spacer' Example

    
<html>
<head>
<title>spacer element example</title>
</head>
<body>
    <p>Text
        <spacer type="vertical" size=200>Space
        <spacer type="vertical" size=200>Space        
        <spacer type="vertical" size=200>Space        
    </p>
</body>
</html>
    
      
      








Related examples in the same category

1.'spacer' Syntax and Note
2.'spacer' HTML Attributes