- 41
- 1 504
Fathima's Art Palette
United Arab Emirates
Приєднався 14 вер 2022
I will publish many of my arts, crafts, drawings, etc here. Watch, learn and teach others and enjoy!
Відео
pet store confirmation using html and javascript.
Переглядів 72 місяці тому
pet store confirmation using html and javascript.
html and javascript together project on animals.( code in description )
Переглядів 112 місяці тому
html and javascript together project on animals.( code in description )
toy paper packeted gifts for your friends
Переглядів 24 місяці тому
toy paper packeted gifts for your friends
Rainbow 🌈 obby game ( I played until I got angry)
Переглядів 6675 місяців тому
Rainbow 🌈 obby game ( I played until I got angry)
creating scratch project(2 people conversation)
Переглядів 86 місяців тому
creating scratch project(2 people conversation)
<html> <head> <title>Animal website</title> <script type="text/javascript"> function showCat() { document.getElementById("divCatDetails").style.display = "block"; document.getElementById("divDogDetails").style.display = "none"; document.getElementById("divHamsterDetails").style.display = "none"; } function showDog() { document.getElementById("divCatDetails").style.display = "none"; document.getElementById("divDogDetails").style.display = "block"; document.getElementById("divHamsterDetails").style.display = "none"; } function showHamster() { document.getElementById("divCatDetails").style.display = "none"; document.getElementById("divDogDetails").style.display = "none"; document.getElementById("divHamsterDetails").style.display = "block"; } </script> </head> <body> <div style="display:block"> <h1>Click animal name to know more about it.</h1> <hr /> </div> <div style="display:block"> <div style="width:20%;height:500px;background-color:pink;float:left;border:2px solid black;text-align:center;"> <button style="width:80%;margin:10px;padding:10px;" onclick="showCat()">Cat</button> <br /> <button style="width:80%;margin:10px;padding:10px;" onclick="showDog()">Dog</button> <br /> <button style="width:80%;margin:10px;padding:10px;" onclick="showHamster()">Hamster</button> <br /> </div> <div id="divDetailsContainer" style="width:76%;height:500px;float:left;border:2px solid black;padding-left:20px;margin-left:2px;overflow:scroll;"> <div id="divCatDetails" style="display:none;"> <h2>Cat</h2> <img src="miro.medium.com/v2/resize:fit:1080/0*A7MUqyCLvZDcHkfM.jpg" width="400px" /><br /> <p align="justify"> Cats, with their sleek bodies, soft fur, and captivating eyes, have been cherished companions for centuries. Known for their independent nature, cats are often described as aloof, but they can form strong bonds with their human caretakers. They are excellent hunters, possessing incredible agility and sharp senses. Their purring sound is often associated with contentment, and their playful antics can bring joy to any household. However, cats have specific needs, including regular grooming, a balanced diet, and plenty of playtime. Understanding their body language and respecting their personal space are essential for a harmonious relationship. </p> </div> <div id="divDogDetails" style="display:none;"> <h2>Dog</h2> <img src="d2zp5xs5cp8zlg.cloudfront.net/image-68121-800.jpg" width="400px" /><br /> <p align="justify"> Dogs, with their unwavering loyalty and playful spirit, have earned the title of "man's best friend." They come in a vast array of breeds, each with its own unique characteristics and needs. Dogs thrive on interaction and require regular exercise to stay healthy and happy. They are social animals and often form strong bonds with their families. Training and socialization are crucial for raising a well-behaved dog. Dogs can provide companionship, emotional support, and even assistance to people with disabilities. Their ability to learn commands and tricks makes them fascinating companions. </p> </div> <div id="divHamsterDetails" style="display:none;"> <h2>Hamster</h2> <img src="images.saymedia-content.com/.image/t_share/MjA5NDA2NDM1MDY5NTM1ODk0/hamster-name-ideas.jpg" width="400px" /><br /> <p align="justify"> Hamsters, small, furry rodents, are popular pets due to their low maintenance and adorable appearance. They are nocturnal creatures, most active during the night. Hamsters are solitary animals and typically prefer to live alone. They require a spacious cage with plenty of bedding for burrowing and nesting. A balanced diet of hamster food, fresh vegetables, and occasional treats is essential for their health. Hamsters are intelligent and can learn simple tricks. While they may not be as affectionate as cats or dogs, they can provide entertainment and companionship for those who enjoy observing their quirky behavior. </p> </div> </div> </div> <h2> Pet Animals are animals which we can keep at our houses. A lot of animals crave love and affection. We can give them love, care, and affection. They need a shelter to stay protected from other wild animals and hunger.</h2> </body> </html>
KAJAJAJ SO CREATIVE JAJAJAJ
it really works
nice video