ADAyasha Devikarinayashadevikar.hashnode.dev·Mar 8, 2023 · 2 min readHtml Input TypesThe HTML input types are used in Form. There are number of HTML input types in HTML language. Input Type Text In input type the text you have to write text. Syntax: <input type="text" id="username" name="username"> Input Type Password It defines a pa...00
ADAyasha Devikarinayashadevikar.hashnode.dev·Mar 8, 2023 · 2 min readCSS GridGrid grid-template-columns grid-template-rows gap grid-row-gap grid-column-gap grid-column-start grid-column-end Grid Grid is used for rows and columns to style them.It is two dimensional layout system with rows and columns.There are so many...00
ADAyasha Devikarinayashadevikar.hashnode.dev·Mar 8, 2023 · 2 min readMedia QueryMedia Query Media Query makes the web page responsive. Media query is used for three screen sizes to make it responsive. Mobile Screen, Laptop Screen and Desktop Screen. Max-width and Min-width are breakpoints to make the screen responsive. How to de...00
ADAyasha Devikarinayashadevikar.hashnode.dev·Mar 8, 2023 · 2 min readAudio and Video TagAudio Tag Video Tag Audio Tag The Audio Tag is used to embed sound content into a document, such as music or other audio streams. Currently, There are three supported file formats for the HTML5 audio tag. mp3 wav ogg Before HTML5, audio cannot b...00
ADAyasha Devikarinayashadevikar.hashnode.dev·Dec 18, 2022 · 3 min readCSS Box ModelCSS Box Model Properties of the Box Model Content Padding Margin Border Properties of Borders Border Style Border Width Border Color Border Sides Border Shorthand Property Rounded Border CSS Box Model The css box model is a container th...00