'spacer' Example : spacer « Tags « HTML / CSS






'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.'type-9' determines how the 'spacer' element is rendered