Media queriesMedia queries allow you to apply CSS styles depending on a device's general type (such as print vs. screen) or other characteristics such as screen resolution or browser viewport width. A media query is composed of an optional media type and any numb...Jan 4, 2023·2 min read
CSS FlexFlexbox is a one-dimensional layout method for arranging items in rows or columns. Items flex (expand) to fill additional space or shrink to fit into smaller spaces. This article explains all the fundamentals. It is used to set the length of flexible...Nov 29, 2022·3 min read
Audio and Video TagAudio Tag Since the release of html audios can be added to webpages using the 'audio' tag. The 'audio' tag is an line element that is used to embed sound files into a web page. It is useful tag if you want to add audio such as songs, interviews, etc....Nov 26, 2022·3 min read
Positions in cssPositions in css The position CSS property sets how an element is positioned in a document. The top, right, bottom, and left properties determine the final location of positioned elements. Position: Static Position: Relative Position: Absolute Po...Nov 25, 2022·5 min read
selectors in cssTypes of selectors in css Universal selector Individual selector class and id selector and selector inside an element direct child sibling selector Universal selector Universal selector is used to select all the elements. this selector al...Nov 16, 2022·2 min read
Introduction to Web and HtmlA website is a collection of static files such as HTML pages, images, graphics etc. The example of web applications is facebook, google, twitter. web consists of billions of clients and server connected through wires and wireless networks. HTTP HTTP ...Nov 6, 2022·2 min read