NNithininnithinacharya11.hashnode.dev·Dec 20, 2022 · 3 min readArrays in JavascriptJavaScript array is a single variable that is used to store different elements. It is often used when we want to store a list of elements and access them by a single variable. Unlike most languages where the array is a reference to the multiple varia...00
NNithininnithinacharya11.hashnode.dev·Dec 6, 2022 · 2 min readHTML Audio & Video TagsHTML Audio Tag The Embed Audio element The audio HTML element is used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the source element: the browser will choose the most suitable ...00
NNithininnithinacharya11.hashnode.dev·Dec 6, 2022 · 2 min readHTML Input ElementsDefinition and Usage The tag specifies an input field where the user can enter data. The element is the most important form element. The element can be displayed in several ways, depending on the type attribute. The HTML element is used to create...00
NNithininnithinacharya11.hashnode.dev·Dec 1, 2022 · 3 min readCSS Box ModelIntroduction to CSS Box model When laying out a document, the browser's rendering engine represents each element as a rectangular box according to the standard CSS basic box model. CSS determines the size, position, and properties (color, background,...00
NNithininnithinacharya11.hashnode.dev·Dec 1, 2022 · 3 min readCSS positioningThe position Property The position property specifies the type of positioning method used for an element. There are five different position values: static relative fixed absolute sticky Elements are then positioned using the top, bottom, left, and ...00