answersLogoWhite

0

Normally, you can't get an STD through clothing. Even with those spread by bodily fluids, it's hard to imagine enough fluid coming in contact with the other partner to transmit an STD.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

Can chlamydia be spread through?

Sex. It is an STD.


If you swallow sperm what will happen?

Nothing, as long as they don't have an STI


Can you have an STD but be a virgin?

Yes. Children can be born with them if they have parents who are infected, and they can be transmitted through fluids through other means.


Where do you put the transmission fluid in a 1996 Dodge Avenger?

Auto--through the dipstick tube Std. through plug in side


Is a protozoan is a std?

Trichomoniasis is caused by a protozoan.TRICHOMONIASIS.TrichomonasTrichomonas vaginalis is the protozoa that causes trichomoniasis.Trichomoniasis.Trichomoniasis is a STD caused by a protozoa.Tichomonasis is an infection by a protozoan most commonly spead through sexual intercourse.


What fabric is not see through and is suitable for making clothing?

A fabric that is not see-through and suitable for making clothing is called opaque fabric.


How do you fill transmission fluid in a 1991 ford escort?

If auto through the dipstick tube If std. through plug in side of trans


Where do you fill the transmission fluid on a 97 Nissan Altima?

If auto through the dipstick tube If std. through plug in side of transmission


Where do you add transmission fluid on 2000 ford focus?

If auto - through the dipstick tube If std. - through the plug at side of transmission


What are three things that happen to the Suns radiation as it moves through the earths atmosphere?

Your mom is the answer to my std.


Can sperm swim through clothing?

No, sperm cannot swim through clothing. They require direct contact with the vagina to reach an egg for fertilization.


How do you use sin in c plus plus?

#include<iostream> int main() { std::cout << "sin(1) = " << std::sin(1.0) << std::endl; std::cout << "cos(1) = " << std::cos(1.0) << std::endl; std::cout << "tan(1) = " << std::tan(1.0) << std::endl; std::cout << "asin(1) = " << std::asin(1.0) << std::endl; std::cout << "acos(1) = " << std::acos(1.0) << std::endl; std::cout << "atan(1) = " << std::atan(1.0) << std::endl; } Output: sin(1) = 0.841471 cos(1) = 0.540302 tan(1) = 1.55741 asin(1) = 1.5708 acos(1) = 0 atan(1) = 0.785398