Vvspkumariinvspkumari.hashnode.dev·Apr 17, 2024 · 2 min readHow to Implement Colors In CSS:CSS Colors : CSS supports 3types of patterns, those are : \> named colors \> RGB colors \> Hexadecimal colors named colors: \>it supports to write direct color name \>we have some limited colors ex: white, black, red, green etc... \> Color names are ...00
Vvspkumariinvspkumari.hashnode.dev·Apr 15, 2024 · 1 min readWhat is meant by CSS ?Introduction to CSS: WWWC(World Wide Web Consoritum) organization In 1994- -->Proposed Style sheets which is named Cascading Style Sheets(CSS). But it starts its implementation in the year 1996. --> Current version of css is CSS3. -->CSS is used for ...00
Vvspkumariinvspkumari.hashnode.dev·Apr 7, 2024 · 4 min readWhat is Colour Theory ?Basic Color Theory Color theory encompasses a multitude of definitions, concepts and design applications - enough to fill several encyclopedias. However, there are three basic categories of color theory that are logical and useful : The color wheel, ...00
Vvspkumariinvspkumari.hashnode.dev·Apr 7, 2024 · 2 min readHow to insert Audio and Video in HTML :The HTML5 <audio> and <video> tags make it simple to add media to a website. You need to set src attribute to identify the media source and include a controls attribute so the user can play and pause the media. Embedding Video Here is the simplest fo...00
Vvspkumariinvspkumari.hashnode.dev·Apr 2, 2024 · 3 min readHow to Create Forms in Html ?An HTML form is used to collect user input. The user input is most often sent to a server for processing. The <form> Element : The HTML <form> element is used to create an HTML form for user input: <form> .form elements .</form> The <form> element i...00