Open system: A system which is connected to the network and is ready for communication. Closed system: A system which is not connected to the network and can’
We’ve been studying a lot about the Wired Network. Ethernet is the most common example. Wired networks differ from wireless which uses radio waves rather than
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
Combinatorics is the branch of Mathematics dealing with the study of finite or countable discrete structures. It includes the enumeration or counting of objects
A graph is a data structure that is defined by two components : A node or a vertex. An edge E or ordered pair is a connection between two nodes u,v that is iden
Prerequisite – Graph Theory Basics – Set 1 A graph is a structure amounting to a set of objects in which some pairs of the objects are in some sense “rela
Augmented Reality or A.R is a way by which technology can change how we perceive the world around us.it’s also very useful in various fields, but first we nee
Digital Image Processing means processing digital image by means of a digital computer. We can also say that it is a use of computer algorithms, in order to get
So far the operations using C program are done on a prompt / terminal which is not stored anywhere. But in the software industry, most of the programs are writt
What is HTML Canvas? The HTML “canvas” element is used to draw graphics via JavaScript.The “canvas” element is only a container for graphics.One must us
What is SVG? SVG stands for Scalable Vector Graphics. It basically defines vector-based graphics in XML format. SVG graphics do NOT lose any quality if they are
In this article, we will go through all the basic stuff of HTML coding. There are various tags that we must consider and include while starting to code in HTML.
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