PGpankaj goudinpankajgoud.hashnode.dev·Jun 30, 2024 · 1 min readcss: border propertiesborder: - the border shorthand css property sets an element's border. it sets the value of border-width,border-style and border-color. type border-width: 10px; border-style: solid; border-color: red; border- left,right,top,bottom; border style - soli...00
PGpankaj goudinpankajgoud.hashnode.dev·Jun 29, 2024 · 1 min readcss: color and background color propertiescolor and background color:- the color property in css is used to set the color of HTML elements. typically this property is used to set the background color or the font color of an elements. we can use color value for specifying the color. we can al...00
PGpankaj goudinpankajgoud.hashnode.dev·Jun 23, 2024 · 1 min readsome history of javascript and ECMAScript?When JavaScript was first introduced by Netscape, there was a war going on between all the browser vendors on the market at the time. Microsoft and several other browser vendors implemented their own versions of JavaScript (with different names and s...00
PGpankaj goudinpankajgoud.hashnode.dev·Jun 21, 2024 · 1 min readLearn About Data Ans DatabasesDATA ->Data is a set of values of qualitative or quantitative variables. ->Data and information are often used interchangeably. ->Data is information that has been translated into a form that is efficient for movement or processing. ->Relative to tod...00