Difference Between Induction Furnace and Electric Arc Furnace

Manish Kumar Saini
Updated on 13-Nov-2023 14:24:24

3K+ Views

A furnace is an equipment used to produce heat for a specific purpose. Hence, it is also called heating furnace, as its main function is to generate heat. The heating furnaces are used in various applications such as heat treatment, melting and smelting, ceramic industries, glass production, and many other industrial jobs. The heating furnaces provide a best way of producing high-temperature heat in a controlled manner. Depending on the principle of operation, the heating furnaces can be classified in various types such as electric arc furnace, induction furnace, blast furnace, gas furnace, and more. In this article, we will ... Read More

Difference Between Electromechanical Relay and Numerical Relay

Manish Kumar Saini
Updated on 13-Nov-2023 14:22:36

3K+ Views

In electric circuits, there is a device used to detect faulty conditions and protect the circuit from damages. It is known as relay. Thus, a relay can be defined as a device that identify faults and isolate the unhealth section of the circuit from the heathy system. In an electric circuit, a relay can provide protection against various types of faults like short-circuit, overcurrent, over-voltage, under-voltage, earth fault, and more. Overall, a relay is a protective device used to protect electric circuits from undesirable conditions, called faults. These protective relays can be classified in several types depending on their ... Read More

Display HTML Tags as Plain Text in HTML

Tapas Kumar Ghosh
Updated on 12-Nov-2023 11:49:29

3K+ Views

HTML tags are used for defining the structure of the webpage. Various types of tags can use used for dealing with text in HTML. In this article, we will use the plaintext tag to display the HTML tag in the output. The examples used in this article will help you understand how to use this plaintext tag in various ways to display HTML tags as plain text. Following are the HTML entities that displays the HTML text as plain text − Syntax ...write the HTML tags Plaintext is such type of tag that allows printing the HTML tags ... Read More

HTML DOM Input Text Object

AmitDiwan
Updated on 12-Nov-2023 11:38:59

2K+ Views

The HTML DOM Input Text object is associated with the element with type “text”. We can create and access an input element with type text using the createElement() and getElementById() method respectively.PropertiesFollowing are the properties for the text object −PropertyDescriptionautocompleteTo set or return the autocomplete attribute value of a text fieldAutofocusTo set or return if the text field should automatically get focus when the page loads.defaultValueTo set or return the text field default value.DisabledTo set or return whether the text field is disabled, or not.FormTo return the reference of the form containing the text fieldmaxLengthTo set or return the ... Read More

Use HTML with jQuery to Make a Form

Chandu yadav
Updated on 12-Nov-2023 11:32:28

1K+ Views

To make a form with HTML, we use the following −    Details:    Student Name    Exam Date and Time     To make a form with jQuery and HTML, add input type text as −$form.append('');A better example would be − $myform = $(""); $myform.append(''); $('body').append($myform);

Creating a Skewed Background Using CSS

Jaisshree
Updated on 12-Nov-2023 11:27:44

3K+ Views

A skewed background is a design effect that creates a diagonal or angled appearance on the background of a web page or element. This effect can be achieved using CSS transforms to skew the container element, along with other CSS properties like background-color, gradients, and images to create the desired visual effect. Approach -1: using the transform property in CSS Algorithm Set the title of the document as “Skewed Background”. Define CSS variables for the skew angle and background colors Set the transform property to skew the background using the CSS transform property Set a linear gradient background using ... Read More

Unescape HTML Entities in JavaScript

AmitDiwan
Updated on 12-Nov-2023 10:48:58

1K+ Views

To unescape HTML entities in JavaScript, use the unescape() function. Let’s say you want to encode special character with the unescape() function − document.write(unescape("Demo%20Text%20")); In this article, we will see two examples − Unescape Entities Decode the Encoded String Unescape Entities Example Lo unescape, we will use the unescape() method in JavaScript. Let us see an example − DOCTYPE html> Demo Heading document.write(unescape("Demo%20Text%20")); Output Decode the Encoded String Use escape() for encoding ... Read More

Use WrapRows and WrapCols Functions in Excel

Aarti Kaushik
Updated on 10-Nov-2023 14:38:11

497 Views

Introduction When working with large datasets spread across multiple ranges and sheets, it becomes crucial to quickly convert the unstructured data into a 2D form. WRAPROWS and WRAPCOLS functions are exclusive in Excel 365 that transform the 1-D array into a 2-D array. These functions aid users to organize the data quickly and present the data in a more structured way. Manually combining data from multiple sheets is not only tedious but also prone to errors. In this article, we will explore various methods that empower users to efficiently deploy these functions in Excel. Implementation of WRAPROWS Function in Excel 365 Step 1 Open ... Read More

Use TOCOL and TOROW Functions in Excel

Aarti Kaushik
Updated on 10-Nov-2023 14:32:19

616 Views

Microsoft Excel 365 comprises a wide range of new functions to improve users' productivity and efficiency in manipulating data. With big datasets, it takes a lot of time for users to manually transform a 2-D array into a single array. TOCOL and TOROW functions are new inbuilt functions introduced in Excel 365 that are used to rebuild a two-dimensional array into a one-dimensional array. These functions are opposite to WRAPROWS and WRAPCOLS functions. TOCOL streamlines the data values vertically whereas TOROW visualizes the cell’s values only in a single row. Implementation of TOCOL Function in Excel Step 1 Open a ... Read More

Hide Filter Arrows in Excel

Aarti Kaushik
Updated on 10-Nov-2023 14:30:44

482 Views

In the area of spreadsheet wizardry, mastering Microsoft Excel’s features can streamline data management and enhance productivity. One commonly sought-after skill is quickly to hide filter arrows/buttons while filtering in excel process crucial for various tasks like invoicing, inventory control, employee identification codes, and more. In this article, the users are going to hide the filter arrows or buttons where filter the data in Microsoft Excel. There are the numerous types of structures within the excel sheet including conditional formatting, Ku-tools tab, super filter that the users must filter the data from Ku-tools in different way. They utilize Advanced to ... Read More

Advertisements