SahilNarnaware Blogs | Jsfeed
Know About UI & UX: A Comprehensive Guide

We will be learning user interface and user experience designs. let's get started user interface and user experience. So, the user interface or user experience design or also known as UI-UX is the process of creating digital products with a user-first approach.

HOW THE WEB WORKS ?

When you visit a website, the web server hosting that site could be anywhere in the world. You know how the web works, In order for you to find the location of the web server, your browser will first connect to a Domain Name System (DNS) server.

HOW PEOPLE ACCESS THE WEB ?

Before we look at the code used to build websites it is important to consider the different ways in which people access the web and clarify some terminology.

HOW WEBSITES ARE CREATED?

How websites are created. Since the web was first created there have been several versions of HTML and CSS- each intended to be an improvement on the previous version.

How To Create Snake Game In JavaScript?

Snake game is very popular game where, Snake moves around a box trying to eat food. When the snake successfully eats the food, the length of the snake increases and the movement becomes faster. And if a snake crashes the wall of box game is over.