© 2023 Hashnode
#iwritecode-hiteshchoudhary-anuragtiwari-html
We talk about Webpages and how it is changing online forums, HTML is the one that defines content on the web. In Simple words, HTML is also knowns as the Skeleton of the webpage, let's talk about it i…
What is a Server:- It is a system of HARDWARE or SOFTWARE that stores data(H.T.M.L Documents, CSS stylesheets, JavaScript files, Images, Videos and much more) in its own storage space. A server can be any type of device that shares and save…
I have created one login page by using basic HTML tags and here what is looks like. Boring isn't it? Let's try to add some magic. Making it more attractive and userfriendly. BOOM...! Well, this magi…
CSS selectors are used to select the HTML elements on which you want to apply styles. There are several different types of CSS selectors, each with its own unique syntax and use case. Why CSS selecto…
Java Script History : Java Script is a scripting language. It was started in 1995. It is a type of functionality to the browser. It was created to make web pages alive. The 1st name of JS is Mocha and…
What is an array in Javascript? In JavaScript, arrays can be a collection of elements of any type. This means that you can create an array with elements of type String, Boolean, Number, Objects, and e…
The flex is the short-hand property and sets the flexible length on flexible items. Properties of flex: flex-grow: If a number specifies the property and the reset of size will impact that item. Then…
What is a CSS grid? Grid is a new layout model in CSS which works in two dimensions. It allows us easy space, position and size management of items vertically and horizontally. The main difference bet…
Flexbox is a layout mode in CSS that allows you to easily align and distribute items within a container. Let's see different CSS properties and their use. display: flex; As you can see in the main im…
While working with computers we work with data only, Every Programming language work with some type of values, In this article, we are going to talk about values we can work with in JavaScript. These …