All Basic Articles
Prerequisite: Constructors in C# Private Constructor is a special instance constructor present in C# language. Basically, private constructors are used in class that contains only… Read More
Let us first clarify the question. There is not any easy way to become good at anything but there is an efficient way to do… Read More
DSA
The onmouseover event attribute works when the mouse pointer moves over the specified element. It is basically: Activated when the mouse pointer enters the designated HTML… Read More
The translate attribute in HTML is used to specify whether the content of an element is translated or not. This attribute is new in HTML5.Supported… Read More
The computer has a unique formatting and text style for displaying the messages related to codes. The <code> tag is used to display the computer… Read More
The HTML onkeyup event attribute executes JavaScript code when a user releases a key after pressing it within an input field or textarea, enabling dynamic… Read More
The <rp> tag in HTML is used to provide parentheses around a ruby main text which defines the information. This tag is used when the… Read More
The onkeydown event attribute works when the user presses any key from the keyboard. The onkeydown event is triggered when the down key is pressed down… Read More
The <rt> tag in HTML is used to define the explanation of the ruby annotation which is a small text, attached with the main text.… Read More
HTML <center> tag in HTML is used to set the alignment of text into the center. This tag is not supported in HTML5. CSS’s property… Read More
The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations, and narrative text.… Read More
Given a string str and an integer array width[] where:   width[0] = width of character ‘a’ width[1] = width of character ‘b’ … width[25] = width of character… Read More
String is a special class in Java. substring() is one of the widely used methods of String class. It is used to extract part of… Read More
If a user wants a quick view of the calendar in the Linux terminal, cal is the command for you. By default, the cal command… Read More
echo: echo is not a function rather it is described as a language construct. It accepts an list of argument (multiple arguments can be passed)… Read More
The <ruby> tag in HTML is used to specify the ruby annotation which is a small text, attached with the main text to specify the… Read More
The <b> tag in HTML is for making text bold without adding extra importance. Text within <b> displays in a bold style. It’s a container… Read More
The <bdo> stands for Bi-Directional Override. This tag is used to specify the text direction or used to change the current direction. Syntax:   <bdo dir>… Read More
The .NET Framework is a software development framework developed by Microsoft that provides a runtime environment and a set of libraries and tools for building… Read More
Abstract classes are the classes in which at least one method is abstract. Unlike C++ abstract classes in PHP are declared with the help of… Read More