Style Inheritance

To simplify the definition of styles in CSS, the mechanism of style inheritance is used. This mechan...

Attribute selectors

In addition to element selectors, we can also use their attribute selectors. For example, we have se...

Pseudo elements In CSS3

Pseudo-elements have a number of additional features for selecting elements of a web page and are si...

Form Pseudo-Classes

A number of pseudo-classes are used to work with form elements: :enabled : selects the element if it...

Modules

Node.js uses a modular system. That is, all the built-in functionality is divided into separate pack...

First application on Node.js

Let’s write the first simple application for NodeJS. Almost all standard JavaScript language c...

What is NodeJS?

Node.js is a JavaScript runtime that is built on top of the Chrome V8 JavaScript engine, which allow...

What is typescript?

TypeScript is a programming language based on JavaScript. TypeScript development began in late 2012....

jQuery Function

The key to using this library is the jQuery. This function is triggered by the page loading box. Sin...

Getting started with jQuery

What is jQuery Modern web programming and website development is no longer imaginable without the us...