CSS GridCSS Grid is a two-dimensional layout system that completely changes designing web pages and makes them far easier compared to the previous systems like floats. Elements are arranged in columns and rows much like a table and it also has a lot of custo...Jan 6, 2023·4 min read
Audio and Video tagThe <audio> and <video> tags make it simple to add media to a website. You need to set the "src" attribute to identify the media source and include a controls attribute so the user can play and pause the media. Video Attribute: The video tag can have...Jan 4, 2023·2 min read
Input elementsThe <input> tag creates an input control that accepts data from the user. This form of input control facilitates users to input data and communicate with a website or application. Types of <input> elements: <input type="text">: the input element of t...Jan 4, 2023·2 min read
HTML and it's ElementsIntroduction: HTML stands for Hyper Text Markup Language. HTML is the code that is used to structure a webpage and its content. Technically, HTML is a markup language rather than a programming language. The latest version of HTML is 5.0 which is real...Jan 4, 2023·3 min read
Introduction To Web ServerIntroduction: A web server can be referred to as either the hardware (the computer) or the software (the computer application) that helps to deliver content that can be accessed through the Internet. A web server is what makes it possible to be able ...Jan 4, 2023·5 min read