Postioning (CSS)CSS positioning is a fundamental concept that allows you to precisely control the placement and layout of elements on a webpage. By understanding the various positioning properties and their behavior, you can create sophisticated and visually appeali...Jul 8, 2023·3 min read
Audio and Video TagAudio Tag Audio is a inline tag, that is used to embed the sound (audio) files into a webpage syntax <audio> <source src="" type=""> </audio> src is nothing but it is a source file or path of that file, is nothing but the audio file that we wa...Dec 10, 2022·2 min read
CSS Box ModelCSS BOX MODEL CSS box model is a box that wraps around every Html element .The box model consists of margin, border, padding, and content The above image illustrate the box model Content Content of the box ,where the content like text or image app...Dec 9, 2022·2 min read
Input elementInput Input element specifies an input field where user enter data The input element can be displayed in several ways based on the the type attribute Examples of input with different input types text by default the type is text In this field we ge...Dec 8, 2022·2 min read
CSS selectorsHere we are discussing some important and most used selectors CSS selectors CSS selectors defines a pattern to select elements to which we apply set of css rules. Universal Selector It will select all elements Let us see example in below picture In...Nov 13, 2022·4 min read
Introduction to webWeb is an information system it enables documents and other web resources to be accessed over internet . Web consists of huge number of clients and servers these are connected through wires or wireless network,the client make request to server,the se...Nov 6, 2022·3 min read