answersLogoWhite

0


Best Answer

You can put space between 2 videos by <br> tag. It gives a line break space to move from next line.

User Avatar

Wiki User

9y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you space between two videosw in HTML?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What can you use to compare the differences between two HTML files not the HTML code just the UI?

Flash


What is the amount of space between two points?

Amount of space between two Points


Physicist first used HTML to communicate between two computers in the year?

1993\


What is the name of two space between two sides front lines?

No Man's Land is the name of the space between the two sides front lines.


The space between two neurons or between a neuron and a receptor is known as a?

The space between two neurons or between a neuron and a receptor is known as a synapse. In this gap, neurotransmitters are released from the presynaptic neuron and bind to receptors on the postsynaptic neuron, allowing for communication between the two cells.


What is on space?

Nothing is on space. There are two types of 'space' # Galactical Space- Space in Galaxies # Intergalactical Space- Space in between galaxies


What is the name of the space between the two sides ' front lines?

No Man's Land is the name of the space between the two sides front lines.


What is the purpose of a non-breaking space?

Assuming that this question is about HTML: web browsers and email programs normally will break a line of text that is too long to fit in the window into multiple lines. Normally, lines are split or wrapped at the final space that fits in the window. If the HTML author finds it undesirable to have a line of text broken at a particular space, the HTML author can replace that space with a non-breaking space. The browser or email program will keep the two words that surround the non-breaking space together and break the line at the preceding space. A non-breaking space is coded as ""&amp;nbsp;". A normal space is just a space, although it can also be coded as "&amp;#32;" or "&amp;#x20;".


What do you call the space between leaf veins?

The internode space. The space between the two leafe nodes. The spaces between leaf veins are called areoles.


An empty space between two things?

This empty space is known as a gap or interval. It represents the distance or separation between two objects or elements.


What is the space between the nerve and muscle called?

The space between a nerve and muscle is called the neuromuscular junction. This is where the nerve endings release chemical messengers called neurotransmitters, which signal the muscle to contract.


Why should spaces be avoided in HTML?

It is not true to say spaces should be avoided, it is just that more than one space between words will be ignored. So if you put ten spaces between two words in the code, it will still only show one space between the text when viewed in the browser. You can use other methods to put more spaces, like using the &amp;nbsp; character for each extra space needed or using the pre tag.