Shubham Vora has Published 957 Articles

An Analysis of Cisco's Cloud Index Survey

Shubham Vora

Shubham Vora

Updated on 01-Dec-2022 10:52:56

306 Views

Cloud addresses mind-boggling and open doors for our clients, and it's filling massive growth in various aspects. The new update of the Cisco Global Cloud File (GCI) study predicts worldwide cloud traffic to skyrocket to 19.5 ZB (1.6 ZB each month) toward the finish of 2021, developing a 3.3-crease over ... Read More

How to validate URL address in JavaScript?

Shubham Vora

Shubham Vora

Updated on 23-Nov-2022 13:50:26

3K+ Views

In this tutorial, let us discuss how to validate URL addresses in JavaScript. A URL or Uniform Resource Locator identifies web pages, images, and videos on the internet. URLs are website addresses that transfer files, send emails, and many more. URLs consist of a protocol, domain name, and so on. ... Read More

How to set the width of the bottom border with JavaScript?

Shubham Vora

Shubham Vora

Updated on 22-Nov-2022 07:46:37

358 Views

In this tutorial, we shall learn to set the width of the bottom border with JavaScript. To set the width of the bottom border, we can use the borderBottomWidth property in JavaScript. It allows you to change the width. Let us discuss our topic in brief. Using the borderBottomWidth Property ... Read More

How to set the top position of an element with JavaScript?

Shubham Vora

Shubham Vora

Updated on 22-Nov-2022 07:40:45

14K+ Views

In this tutorial, we shall learn to set the top position of an element with JavaScript. To set the top position of an element, we can use the DOM Style top property in JavaScript. Alternatively, we can use the DOM Style setProperty() method. Let us discuss our topic in brief. ... Read More

How to set the style of the line in a text decoration with JavaScript?

Shubham Vora

Shubham Vora

Updated on 22-Nov-2022 07:37:42

1K+ Views

In this tutorial, we shall learn to set the style of the line in a text decoration with JavaScript. To set the style of the line in JavaScript, use the textDecorationStyle property. You can set underline, double, or overline, etc. for the line style. Let us discuss our topic in ... Read More

How to set the style of the left border with JavaScript?

Shubham Vora

Shubham Vora

Updated on 22-Nov-2022 07:33:53

296 Views

In this tutorial, we shall learn how to set the style of the left border with JavaScript. To set the style of the left border in JavaScript, use the borderLeftStyle property. Set the style under this property that you want for the border i.e. solid, dashed, etc. Let us discuss ... Read More

How to access methods of an array of objects in JavaScript?

Shubham Vora

Shubham Vora

Updated on 22-Nov-2022 07:30:15

2K+ Views

In this tutorial, we shall learn to access the methods of an array of objects in JavaScript. What is an array of objects? An array of objects can store several values in a single variable. Every value has an array index. The values can be objects, booleans, functions, numbers, strings, ... Read More

How to set the spacing between words in a text in JavaScript?

Shubham Vora

Shubham Vora

Updated on 22-Nov-2022 07:26:09

5K+ Views

In this article, we will learn how to set the spacing between words in a text in JavaScript. Word spacing is critical on websites because it improves the legibility and readability of the text displayed on the page. You can generate an aesthetically pleasing and easyto-read typeface using proper word ... Read More

How to set the size of the background image with JavaScript?

Shubham Vora

Shubham Vora

Updated on 22-Nov-2022 07:23:00

6K+ Views

In this tutorial, we will look at the method to set the size of a background image with JavaScript. Background effects on a webpage enhance its look. We can set a background color or a background image to enhance the feel of the webpage. We can also change the background ... Read More

How to set the right padding of an element with JavaScript?

Shubham Vora

Shubham Vora

Updated on 22-Nov-2022 07:19:15

1K+ Views

In this tutorial, we will learn how to set the right padding of an element with JavaScript. First, let's try to understand what padding means; padding is simply an extra space between a page's border and our content. The gap between them increases as the value of padding increases. Padding ... Read More

Advertisements