VGVishal Guptainv12shal.hashnode.dev·Feb 6, 2023 · 2 min read<Audio> and <Video> Tag in HTMLAudio tag Definition and Usage: The <audio> tag is used to embed sound content in a document, such as music or other audio streams. The <audio> tag contains one or more tags with different audio sources. The browser will choose the first source it su...00
VGVishal Guptainv12shal.hashnode.dev·Feb 1, 2023 · 2 min readINPUT ElementsThis chapter describes the different types for the HTML <input> element. HTML Input Types Here are the different input types you can use in HTML: <input type="button"> <input type="checkbox"> <input type="color"> <input type="date"> <input type=...00
VGVishal Guptainv12shal.hashnode.dev·Feb 1, 2023 · 2 min readHTML ElementAn HTML element is defined by a start tag, some content, and an end tag. The HTML element is everything from the start tag to the end tag: <tagname>Content goes here...</tagname> Examples of some HTML elements: <h1>My First Heading</h1> <p>My first p...00
VGVishal Guptainv12shal.hashnode.dev·Jan 23, 2023 · 3 min readWeb ServerA web server is a software and hardware that uses HTTP (Hypertext Transfer Protocol) and other protocols to respond to client requests made over the World Wide Web. The main job of a web server is to display website content through storing, processin...01A