Biology, asked by Anonymous, 7 months ago

Which Microbes Acts As Decomposers...??

Plss Help Guyss.....​

Answers

Answered by Anonymous
5

\huge\mathcal{Answer:}

Microorganisms like bacteria, fungi and protozoa act as decomposes and help in the decomposition of tissues of dead organisms in order to get their food.

Answered by sehaj15289
1

<svg width="300" height="300" viewBox="0 0 100 100">\ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ <path fill="black" d="M92.71,7.27L92.71,7.27c-9.71-9.69-25.46-9.69-35.18,0L50,14.79l-7.54-7.52C32.75-2.42,17-2.42,7.29,7.27v0 c-9.71,9.69-9.71,25.41,0,35.1L50,85l42.71-42.63C102.43,32.68,102.43,16.96,92.71,7.27z"></path>\ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ <animateTransform \ \textless \ br /\ \textgreater \ attributeName="transform" \ \textless \ br /\ \textgreater \ type="scale" \ \textless \ br /\ \textgreater \ values="1; 1.5; 1.25; 1.5;1.75;1.75 ;1.25; 1;" \ \textless \ br /\ \textgreater \ dur="2s" \ \textless \ br /\ \textgreater \ repeatCount="20"> \ \textless \ br /\ \textgreater \ </animateTransform>\ \textless \ br /\ \textgreater \ \ \textless \ br /\ \textgreater \ </svg>

Change tx into tex

[tx]<!DOCTYPE html>

<html>

<head>

<title>CSS Heart Animation</title>

<style>.back{

position:fixed;

margin:auto;

width:100%;

heart:100%;

top:0;

bottom:0;

left:0;

right:0;

padding:0;

background-color:white;

animation-name:back;

animation-duration:3s;

animation-iteration-count:infinite;

}

.heart{

background-color:pink;

margin:50% auto;

top:0;

bottom:0;

right:0;

left:0;

padding:0;

height:50px;

width:50px;

transform:rotate(-45deg);

animation-name:heart;

animation-duration:3s;

animation-timing-function:ease-out;

animation-iteration-count:infinite;

}

.heart:before,.heart:after{

background-color:pink;

position:absolute;

content:"";

width:50px;

height:50px;

border-radius:50%;

}

.heart:before{

left:25px;

}

.heart:after{

left:0;

top:-25px;

}

@keyframes heart{

0%{

transform:scale(1)rotate(-45deg);

}

50%{

transform:scale(0.6)rotate(-45deg);

}

}

@keyframes back{

0%{

background-color:white;

opacity:1;

}

50%{

background-color:#ff0099;

}

}</style>

</head>

<body>

<div class="back"></div>

<div class="heart"></div>

</body>

</html>[/tex]

Similar questions