Switching algebra is also known as Boolean Algebra. It is used to analyze digital gates and circuits It is logic to perform mathematical operation on binary num
The checked selector is used to select all checked elements in input tag and radio buttons. This selector is used with radio buttons, checkbox and option elemen
We have discussed Introduction to Binary Tree in set 1. In this post, properties of binary are discussed. 1) The maximum number of nodes at level ‘l’ of a b
What is Handshaking Lemma? Handshaking lemma is about undirected graph. In every finite undirected graph number of vertices with odd degree is always even. The
The JQuery library support almost all the selector that are included in the Cascading Style Sheet (CSS). The css() method in JQuery is used to change style prop
Prerequisite – Introduction of Set theory, Set Operations (Set theory) For a given set S, Power set P(S) or 2^S represents the set containing all possible sub
The string is an array of characters. String class represents the text as a series of Unicode characters and it is defined in the .NET base class library. The m
Before going on properties lets have a look at why the concept of properties came into C#? The is because of two reasons: If the members of a class are private
We have introduced arrays in set 1 (Introduction to arrays in C). In this post array properties in C are discussed. 1) In C, it is possible to have array of all
A transaction is a single logical unit of work which accesses and possibly modifies the contents of a database. Transactions access data using read and write op
CSS is the mechanism to adding style in the various web documents. One of the important features of CSS includes Gradients. Gradients allows to display smooth t
The transition property in CSS is used to create some transition in an element. This property change the value smoothly. This article contains hover effect over
Course Navigation Cascading Style Sheets, fondly referred to as CSS, is a simply designed language intended to simplify the process of making web pages presenta
CSS border properties allows us to set the style, color and width of the border. Note : Different properties can be set for all the different borders i.e.top bo
The CSS background properties are used to define the background effects for elements. Css background properties are as follows : Background-color Background-ima
Float is a CSS property written in CSS file or directly in the style of an element. The float property defines the flow of content. Below are the types of float
Two types of list exist in CSS i.e. Unordered lists and Ordered Lists UNORDERED LISTS In unordered lists, the list items are marked with bullets. ORDERED LISTS
Icons can be added to our HTML page with icon library. All the icons in the library can be formatted using CSS. They can be customized according to size, color,
The CSS overflow controls the big content. It tells whether to clip content or to add scroll bars. The overflow contains the following property: visible hidden
CSS combinators are explaining the relationship between two selectors. CSS selectors are the patterns used to select the elements for style purpose. A CSS selec
Link is a connection from one web page to another web pages. CSS property can be used to style the links in various different ways. States of Link: Before discu
Counters in CSS are basically variables which can be used for numbering and values of CSS counters may be incremented by CSS rules. For example, CSS counters ca
The CSS font property is used to set the fonts content of HTML element. There are many font property in CSS which are discussed below: font-family font-style fo
CSS Color property is used to set the color of HTML elements. This property is used to set font color, background color etc. Color of an element can be defined
Cascading Style Sheets (CSS) CSS is a stylesheet language used to describe the presentation of a document written in HTML or XML (including XML dialects such