PBPRADIP BAIDYAinpradipbaidya.hasnode·Jan 2, 2023 · 6 min readArray In DepthWhat is Array? **Array** simply means when some of the values (like - numbers, pictures, videos, some elements etc.) arrange in a row or column this is called an array. The array can store multiple values in single variables. the array denoted by ...00
PBPRADIP BAIDYAinpradipbaidya.hasnode·Nov 23, 2022 · 3 min readHtml ElementHTML Elements: The html element is every things from start to end. It represent how to structure a web pages and which tags where to use. syntax: <html elements> Write your content </html elements> Examples of some HTML elements: <h1>My First H...00
PBPRADIP BAIDYAinpradipbaidya.hasnode·Nov 23, 2022 · 1 min readWeb ServerWhat is Web Server and how it works ? In one World Web Server is store process and deliver files via internet to the web browser. web server consist hardware and software that use HTTP(Hypertext Transfer Protocol) to respond the web user made via t...00
PBPRADIP BAIDYAinpradipbaidya.hasnode·Nov 22, 2022 · 2 min readFlexbox Properties In CssFLEXBOX : Flexbox use for styling in css elements makes for repositioning and resizing a container and its properties in one dimensionally. Means it is work one dimensionally at a time. Flexbox is sometimes called a flexible box layout module. In o...00
PBPRADIP BAIDYAinpradipbaidya.hasnode·Nov 22, 2022 · 1 min readCss -Position(1)POSITION : The Position properties give the object place wherever keep in the web pages requirement. There are five different type of Position- Static Relative Absolute Fixed sticky (1.1) Static :** Static position select the object place by d...00