JSJaspal Singhinjaspalscodes.hashnode.dev路Mar 16, 2023 路 6 min readA modern way of building forms in React.We all know how important forms are in web applications and even in mobile applications. Forms are one of the best tools for data collection for our application. We use forms on daily basis from authentication to making entries of data in our applica...00
JSJaspal Singhinjaspalscodes.hashnode.dev路Dec 9, 2022 路 4 min readBeginners Guide to FlexboxFlexbox is a powerful and dynamic one-dimensional layout creation way. Flexbox can help us to make layouts responsive and it allows us to play around with spacing between the elements inside the flexbox container.* Flexbox Terminologies Main Axis: -...00
JSJaspal Singhinjaspalscodes.hashnode.dev路Dec 8, 2022 路 4 min readA Guide to CSS selectorsBefore diving deep into the CSS selectors let's talk about CSS, what is CSS in the first place? CSS is known as Cascading Stylesheet it is a cosmetic product for our HTML which makes our web pages look beautiful. Example:-> In a real life, Consider ...00
JSJaspal Singhinjaspalscodes.hashnode.dev路Dec 7, 2022 路 3 min readHTML Audio And Video TagToday we will talk about Audio and Video Tags of HTML. Audio and Video tags are very powerful tags in HTML as no matter how many fancy libraries you use to play audio and videos on your webpage under the hood these native elements are working for you...00
JSJaspal Singhinjaspalscodes.hashnode.dev路Dec 7, 2022 路 3 min readIntroduction To Web server and HTMLWhat is a web server? A web server is a tool that allows us to serve the client with the data that he/she has requested. Web servers follow some communication protocols such as HTTP, HTTPS, and many more. Web servers can be considered good examples o...00