HTML ElementsHTML - Hyper Text Markup Language HTML stands for Hyper Text Markup Language, which is the most widely used language on Web to develop web pages. HTML was created by Berners-Lee in late 1991 but "HTML 2.0" was the first standard HTML specification ...Apr 17, 2023·35 min read
Flex Boxes in CSSFlex Boxes in CSS The CSS Flexbox is used to make the elements behave predictably when they are used with different screen sizes and different display devices. It provides a more efficient way to layout, aligns and distribute space among items in t...Mar 18, 2023·11 min read
Audio And Video Tags In Html1. Audio Tag in HTML The <audio> tag is used to embed sound content in HTML pages, such as music clips or any other audio streams. Within the <audio> tag you can put one or more <source> tags with different audio sources as different browsers suppo...Mar 2, 2023·4 min read
Input (Form) Elements in HTMLInput (Form) Elements in HTML 1. The <form> Element An HTML form is used to collect user input. The user input is most often sent to a server for processing. The HTML <form> element is used to create an HTML form for user input: ...Feb 15, 2023·7 min read
Introduction to Web ServerIntroduction to Server A server refers to a computer or device on a network that manages network resources. A server is a computer program or device that provides a service to another computer program and its user, also known as the client. In a d...Feb 13, 2023·4 min read