Video and Audio in HTMLThe first influx of online videos and audio was made possible by proprietary plugin-based technologies like Flash and Silverlight. Both of these had security and accessibility issues, and are now obsolete, in favor of native HTML solutions <video> an...May 9, 2023·2 min read
BOX MODEL (Border, Margin, Padding)Border: The border is simply nothing but a property of the CSS. it sets the border to the elements, Like border-width ,border-style,& border-color. Border-style properties: dotted - Defines a dotted border dashed - Defines a dashed border solid - ...Feb 1, 2023·3 min read
What are SELECTORS in CSSWhat is CSS as we all know CSS is a cascading style sheets it is a language that can make your webpages look tremendous and eye-catching it gives flexibility to the HTML elements to change their look. we can write our CSS code in <head>tags with the ...Jan 18, 2023·4 min read