Diksha Patro has Published 125 Articles

How to add Google map inside html page without using API key?

Diksha Patro

Diksha Patro

Updated on 02-Feb-2023 15:32:36

7K+ Views

Introduction In this article, we will show you how to add a Google map to your webpage without using an API key. Google Maps is a web mapping service developed by Google that provides a wide range of features, such as street maps, satellite imagery, street views, and more. An ... Read More

How to add multiple font files for the same font using CSS?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 18:28:41

10K+ Views

When designing a website, typography plays a crucial role in creating an aesthetically pleasing and easy-to-read layout. However, different browsers and operating systems may not support the same font files. To ensure that your website is displayed correctly across all devices, it is important to include multiple font files for ... Read More

How to add image before optgroup label using Bootstrap?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 16:01:36

602 Views

Introduction When building web pages using Bootstrap, it may be useful to add an image before the label of an optgroup element. This can help to visually group options within a select element and make the page more user-friendly. In this article, we will discuss adding an image before the ... Read More

How to add icons in the button in HTML?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 15:59:52

13K+ Views

Introduction In this article, we will show you how to add icons to your buttons in HTML. Icons are a great way to add visual appeal and enhance the usability of your buttons. They can be used to indicate the type of action a button will perform or make it ... Read More

How to add horizontal line in HTML?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 15:58:21

3K+ Views

In this article, we will show you how to add a horizontal line to your webpage using HTML. A horizontal line, also known as a horizontal rule, is a way to separate content on a webpage and can be used for visual appeal or to indicate a change in content. ... Read More

How to add gradients to your project using CSS?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 15:56:54

259 Views

Introduction In this article, we will show you how to add gradients to your project using CSS. Gradients are a great way to add visual interest to your website or application. They are a smooth transition between two or more colors and can be used to create a sense of ... Read More

How to add Full-Screen Background Video using Tailwind CSS?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 15:54:13

5K+ Views

Introduction In this article, we will show you how to add a full-screen background video to your webpage using Tailwind CSS. Tailwind CSS is a utility-first CSS framework that makes it easy to create responsive and consistent designs. It provides a set of CSS classes that you can use to ... Read More

How to add a file uploads function to a webpage in HTML?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 15:49:50

3K+ Views

Introduction In this article, we will walk you through the process of adding a file upload function to your webpage. We will show you how to create an HTML form with a file input field, as well as how to create a script that handles the file upload process. Approaches ... Read More

How to add fade-in effect using pure JavaScript?

Diksha Patro

Diksha Patro

Updated on 31-Jan-2023 15:47:20

5K+ Views

Introduction We use the fade effect to bring attention to certain parts of our website by gradually increasing or decreasing their opacity. This gradual change in opacity is called the fade-in or fade-out effect. When we gradually increase the opacity, it's known as the fade-in effect and is used to ... Read More

How to start tensorflow Docker jupyter notebook?

Diksha Patro

Diksha Patro

Updated on 17-Jan-2023 18:54:37

2K+ Views

Introduction Jupyter notebooks are useful for writing, testing, and debugging code. TensorFlow is a machine learning framework that can be used with Jupyter notebooks. In this article, we will explore how to use Docker to start a TensorFlow Jupyter notebook, which will allow us to take advantage of the benefits ... Read More

Advertisements