KPKalp Patelinkalppatel.hashnode.dev·Jan 6, 2023 · 6 min readIntroduction to Array and it's MethodsWhat is an Array?? An array is used to store multiple values in a single variable. As Compared to a variable that can only store one value at a time. let country = "India" let states = ["Gujarat","Rajasthan","Punjab","Maharashtra"] Here the country...00
KPKalp Patelinkalppatel.hashnode.dev·Nov 26, 2022 · 8 min readIntroduction To Css Selectors.Why Is Your Css Not Working As Like You Wanted?? See the way we taught CSS is used for changing the background colour, and increasing the font size on the web page it isn't all about css, of course I won't deny css is used for this stuff only but it'...00
KPKalp Patelinkalppatel.hashnode.dev·Nov 9, 2022 · 6 min readLet's Discuss About Webserver And HTMLWhat are webserver?? In simple terms web server is a computer that stores, processes, and delivers website files to users browser. Here they uses Hypertext Transfer Protocol (HTTP) to respond to user's request via internet. What is a web server ma...00