Hi anyone can tell me which condition I can apply to given code show me all the zodiac related to particular name | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Hi anyone can tell me which condition I can apply to given code show me all the zodiac related to particular name

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Rashi Finder</title> <style type="text/css"> body { background-color: burlywood; color: black; } label { font-size: 40px; font-style: italic; color: saddlebrown; font-weight: bold; } .main { margin-top: 90px; height: 300px; width: 400px; border: 5px solid wheat; background-color: rosybrown; box-shadow: 3px 3px 3px #888888; padding: 30px; } button { padding: 5px; font-size: 30px; color: black; background-color: #e7e7e7; box-shadow: 3px 3px 3px 1px #888888; } input { margin: 5px; font-size: 25px; color: black; background-color: #e7e7e

22nd Sep 2023, 9:06 AM
Diksha Shukla
3 Answers
+ 1
Diksha Shukla , Share you code link,and then describe what error you face..
22nd Sep 2023, 10:53 AM
Darpan kesharwani🇮🇳[Inactive📚]
Darpan kesharwani🇮🇳[Inactive📚] - avatar
0
@Darpan kesharwani🇮🇳 my code was not showing any error but it is also not showing me desire output so can you please tell me what condition I can use, for example your name is darpan so according to zodiac chart your zodiac sign is Aquarius and Cancer but the problem is when I was run my code it was showing me only one zodiac
22nd Sep 2023, 3:16 PM
Diksha Shukla
22nd Sep 2023, 3:25 PM
Diksha Shukla