What is Media Query ?Media Query:- Media queries are a key part of responsive web design, as they allow us to create different layouts depending on the size of the viewport (screen size). CSS Breakpoints:- CSS breakpoints are used to adjust the styling of a webpage to ma...Apr 27, 2023·1 min read
What is Audio and Video tags in HTML?Audio Tag:- The "audio" tag is an inline element that is used to embed sound files into a web page. Currently, there are three supported file formats for HTML5 audio tag 1.mp3 2.wav 3.ogg Audio Tag Attributes:- Controls:- It defines the audio contro...Feb 20, 2023·2 min read
What is H.T.M.L. ?H.T.M.L. stands for Hyper Text Markup Language. HTML is the standard markup language for creating web pages. HTML describes the structure of a web page. Using HTML we can define headers, paragraphs, links, images and more so our browser knows how to ...Feb 20, 2023·8 min read
What is a SERVER?What is a Server:- It is a system of HARDWARE or SOFTWARE that stores data(H.T.M.L Documents, CSS stylesheets, JavaScript files, Images, Videos and much more) in its own storage space. A server can be any type of device that shares and saves informat...Jan 21, 2023·6 min read