ATAashish Thakurinblogbyaashsish.hashnode.dev·Dec 18, 2022 · 5 min readArray and its methodsArray in Javascript:- An Array may be defined as a type of data structure that is used for storing more the one value into a single variable. or we can say that it's used for storing a sequence of values. we can store all types of value in it. Array ...00
ATAashish Thakurinblogbyaashsish.hashnode.dev·Dec 10, 2022 · 4 min readFlex box :- The Layout ChangerFlex Box Flexbox is the layout that can align the content in rows or columns. By using different properties we can align the content at the start, end & center . Container Properties. Display:- This is the main property that is mandatory on a flex c...00
ATAashish Thakurinblogbyaashsish.hashnode.dev·Dec 8, 2022 · 2 min readHTML Audio and Video tagsAudio tag:- The audio tag in HTML is used to embed sound content in a document, such as music.the audio tag contains one or more tags with different audio sources. In simple words we can say that The <audio\> tag creates an audio player on a web page...01M
ATAashish Thakurinblogbyaashsish.hashnode.dev·Dec 6, 2022 · 4 min readInput Element in HTMLInput Element Html input required attribute specifies that an input field must be filled out before submitting the form. The required attribute works with the following input types: text, search, url, tel, email, password, date pickers, number, check...00
ATAashish Thakurinblogbyaashsish.hashnode.dev·Dec 6, 2022 · 1 min readHTML ElementsWhat is HTML Elements? An HTML file is made of elements. These elements are responsible for creating web pages and define content in that webpage. An element in HTML usually consist of a start tag <tag name>, close tag </tag name> and content inserte...00