DPDev Patelindevpatel.hashnode.dev·Dec 5, 2022 · 2 min readCSS Box Model (Padding, Margin, Border)Intro The CSS box model is a container that contains multiple properties including borders, margins, padding, and the content itself. It is used to create the design and layout of web pages. According to the CSS box model, the web browser supplies ea...00
DPDev Patelindevpatel.hashnode.dev·Dec 2, 2022 · 2 min readFlexBoxIntro Flexbox is going to change your perspective about web designing and again for the power of blog flexbox is a super powerful tool I guess it's a CSS property but it's a tool that I'm in love with I use this all the time I think it's one of the m...00
DPDev Patelindevpatel.hashnode.dev·Dec 2, 2022 · 1 min readHTML ElementThe heading elements Like the paragraph element, heading elements are also used to display text on the screen. They're generally used to create section headings. <h1> this is heading 1 </h1> <h2>this is heading 2 </h2> <h3>this is heading 3 </h3> <h4...00
DPDev Patelindevpatel.hashnode.dev·Nov 29, 2022 · 1 min readAudio and Video Tagtoday's blog teaches you what the tag in HTML to add video and audio For audio we use opening tag and closing tag in the audio tag, you also provide src=" " because without src audio does not play so remember that in the audio tag also provide cont...00
DPDev Patelindevpatel.hashnode.dev·Nov 26, 2022 · 1 min readWeb ServerFirst of all, I introduce the meaning of web server Web server a web page is a collection of raw materials ranging from images and text files the database contains all sitting out on a computer somewhere on the internet a web server is a piece of so...00