today we did the 3 week ago lecture of hitesh chaudhari sir on backend. we learn today the data modeling and asssignment for writing the controllers and routers in video player project. data modeling is very easy concept by hitesh sir first we import...
Web servers play a pivotal role in the digital world, where everything is going online. But what exactly are web servers? They are software or hardware that work an a specific rules, known as protocols, to ensure secure and swift data communication. ...
Input elements in HTML In HTML, the input field can be specified using where a user can enter data. The input tag is used within < form> element to declare input controls that allow users to input data. An input field can be of various types dependin...
Hola! Coders 👨💻 Hope you all are doing well, In this article, I'm going to give an introduction to arrays, their properties, operations, and methods let's see what the agenda of this blog is : Agenda Introduction to Arrays Array Properties Arra...
Positioning in CSS There are five types of positioning in CSS Static position Fixed position Sticky position Relative position Absolute position Static position Static is the by-default position in CSS. Properties of positons like top, left, a...
What is a Web Server? A web server is a computer system that is capable of delivering web content to the requestor over the internet via web browser. To make this happen there is an involvement of two kinds of webserver. 1. Hardware Webserver Whe...
Before diving deep into the CSS selectors let's talk about CSS, what is CSS in the first place? CSS is known as Cascading Stylesheet it is a cosmetic product for our HTML which makes our web pages look beautiful. Example:-> In a real life, Consider ...
Input Input element specifies an input field where user enter data The input element can be displayed in several ways based on the the type attribute Examples of input with different input types text by default the type is text In this field we ge...
In css, selectors are used to target the HTML elements on our web pages that we want to style. There are so many types of selectors available. In this article we'll run through the different types of great selectors, details, hope this will be more u...
HTML An Overview: HTML is an acronym used for the Hyper Text Markup Language. It is Browser Understandable Language, a Scripting Language and, Markup Language but it can't be considered as a Programming Language. Currently, HTML - 5 is in use but...