Prev Demo
Vertical Spacing
Next Demo
Write code here
J
|
B
|
A
<!DOCTYPE html> <html> <head> <title>Demo</title> </head> <body> <h4>Image with vspace:</h4> <p> <img src="http://techfunda.com/HTPictures/Generics/4-635791814942223169.png"vspace="50" /> This is in horizontal spacing.</p> <h4>Image with no vspace</h4> <p> <img src="http://techfunda.com/HTPictures/Generics/4-635791814942223169.png" width="150" height="75" />This is vertical spacing</p> </body> </html>
Note: We DO NOT save your trial code in our database.
Output