English, asked by 1711shashanksingh, 6 months ago

When to use would and when to use could?​

Answers

Answered by shinchannohraha
1

Explanation:

Could, would, and should are all used to talk about possible events or situations, but each one tells us something different. Could is used to say that an action or event is possible. Would is used to talk about a possible or imagined situation, and is often used when that possible situation is not going to happen.

Answered by Anonymous
1

Answer:

Could is used to say that an action or event is possible.

Would is used to talk about a possible or imagined situation, and is often used when that possible situation is not going to happen.

&lt;!DOCTYPE html&gt;</p><p></p><p>&lt;html lang="en"&gt;</p><p></p><p>&lt;head&gt;</p><p></p><p>&lt;title&gt;Mickey Mouse&lt;/title&gt;</p><p></p><p>&lt;/head&gt;</p><p></p><p>&lt;body&gt;</p><p></p><p>&lt;div class="box"&gt;</p><p></p><p>&lt;div class="mouse mouse-lavender"&gt;&lt;/div&gt;</p><p></p><p>&lt;div class="mouse mouse-mint"&gt;&lt;/div&gt;</p><p></p><p>&lt;div class="mouse mouse-purple"&gt;&lt;/div&gt;</p><p></p><p>&lt;/div&gt;</p><p></p><p>&lt;style&gt;</p><p></p><p>body {animation: background 3s infinite;}</p><p></p><p>.box * {position: absolute;}</p><p></p><p>.box {margin: 0 auto; height: 300px; width: 300px; top: 50%; transform: translateY(50%);}</p><p></p><p>.mouse {height: 100px; width: 100px; border-radius: 50%;}</p><p></p><p>.mouse::before,</p><p></p><p>.mouse::after{content: ''; position: absolute; display: block; height: 60px; width: 60px; border-radius: 50%; }</p><p></p><p>.mouse::before { top: -30%; left: -30%; }</p><p></p><p>.mouse::after { top: -30%; right: -30%; }</p><p></p><p>.mouse-lavender {background-color: #9b99ff; top: 50%; left: 0; animation: beat 3s 1s infinite; }</p><p></p><p>.mouse-lavender::before,</p><p></p><p>.mouse-lavender::after {background-color: #9b99ff;}</p><p></p><p>.mouse-mint { background-color: #82fff3; top: 50%; right: 0; animation: beat 3s 2s infinite; }</p><p></p><p>.mouse-mint::before,</p><p></p><p>.mouse-mint::after {background-color: #82fff3;}</p><p></p><p>.mouse-purple { background-color: #e682ff; top: 0%; left: 35%;animation: beat 3s 3s infinite; }</p><p></p><p>.mouse-purple::before,</p><p></p><p>.mouse-purple::after {background-color: #e682ff;}</p><p></p><p>@keyframes background2 {0% {background: #c3b8fc;}50% {background: #ccfff6;}100% {background: #feccff;}}</p><p></p><p>@keyframes beat {0% {transform: scale(1);opacity: 1;}50% {transform: scale(.6);opacity: .6;}}</p><p></p><p>&lt;/style&gt;</p><p></p><p>&lt;/body&gt;</p><p></p><p>&lt;/html&gt;

Similar questions