Display Video Control in HTML5

Tapas Kumar Ghosh
Updated on 15-May-2023 18:20:12

428 Views

HTML has embed, object, and iframe tags to display the video control in HTML5. Sometimes we would like to watch a video and pause the video with the stop button but we don’t know what exactly happens to it. The boolean attribute is defined as controls and the attribute includes play, pause, volume, track, fullscreen mode, and subtitle ON/OFF. Visual Representation Syntax The following syntax is used in the examples are − The video element is used to display the video in an HTML document. The source element has src attribute that allows the user ... Read More

Disable Drop Down List in HTML5

Tapas Kumar Ghosh
Updated on 15-May-2023 18:18:43

2K+ Views

The drop-down list defines the list of available options selected by the users. We visit many websites in our day-to-day work and on those web pages we will find various options in the drop-down list in one or more navigation to access that particular webpage. For example- Drop-down menus on large websites can help users save time by letting them skip one or two levels to the information they are looking for. The example used in this article will explain to create an HTML5 code that will disable such types of drop down list. Visual Representation Syntax …… ... Read More

Display Incorrect Content Using HTML5

Tapas Kumar Ghosh
Updated on 15-May-2023 18:13:32

156 Views

In HTML we have two elements i.e. s and del to display the incorrect content. There is no experimental difference between the ‘s’ and ‘del’ tags and also there is no proof that search engines take any action on these elements. For Example Let’s say there are two sentences to see the difference between an incorrect sentence vs correct sentence. The correct sentence is the same as of normal text whereas the incorrect sentence is marked by a black strike-through line. Syntax The tag represents the strike-through or line-trough text i.e. no longer correct or precise. ... Read More

Disable Spell Check in HTML Forms

Tapas Kumar Ghosh
Updated on 15-May-2023 18:09:24

988 Views

The term spell check is used to check the spelling of a word. The input box is defined by an input element in HTML that allows the user to text something on it. The textarea is termed by feedback or comment box that allows the user to write more lines of text. When we enter grammatically incorrect words into input or textarea fields in HTML forms, the idea of the spell check feature is essentially used. The incorrect words will have by default red underline. It is used to find spelling or grammar errors in text areas or input boxes. ... Read More

Draw a Circle Using an SVG Tag in HTML

Tapas Kumar Ghosh
Updated on 15-May-2023 18:07:22

771 Views

The HTML’s SVG tag is a container that is used to describe the 2D graphics. The SVG stands for Scalable Vector Graphics and represents the two-dimensional graph in the X and Y coordinate system of any vector diagrams. This type of tag is mostly helpful to draw vector diagrams like circles, rectangles, rounded- rectangles, squares, triangles, stars, etc. There are various ways of drawing a circle with the help of SVG tags like using The tag, tag as well as tag in HTML. Here we are going to learn two tags out of these three i.e. ... Read More

Benefits of Using Salesforce for Customer Service

Swatantraveer Arya
Updated on 15-May-2023 18:06:52

488 Views

Introduction In today's world, customer service is not just a necessity but a prerequisite for any successful business. Companies across industries are constantly seeking ways to enhance customer experience and satisfaction. One such solution is the implementation of Salesforce, a powerful customer relationship management (CRM) platform that enables businesses to streamline their customer service operations, automate workflows, and provide a personalized experience to their customers. In this article, we will delve into the benefits of using Salesforce for customer service and how it has helped businesses improve their customer service. Streamlined Customer Service Operations Salesforce offers a comprehensive suite ... Read More

Print All Possible Joints of a Trie from a Given List of Strings

Tapas Kumar Ghosh
Updated on 15-May-2023 18:02:27

355 Views

In C++, the trie has an advanced data structure that is used for storing the collection of trees. The word tries came from the word retrieval and it is known as a digital tree or prefix tree. Let’s take an example of all possible joint by taking a given list of strings. We are defining the string input as {“tutor”, “true”, “tuo”} We can observe that the different string of characters is connected to the single string of the character. So here t and u are the list of characters in the string that joints all possible strings. In ... Read More

Getting Started with Salesforce: A Step-by-Step Guide

Swatantraveer Arya
Updated on 15-May-2023 18:01:33

780 Views

Chapter 1: Understanding Salesforce Before diving into the technical aspects of using Salesforce, it is essential to have a basic understanding of what Salesforce is and how it works. In this chapter, we will introduce Salesforce and its main features. What is Salesforce? Salesforce is a cloud-based CRM platform that allows businesses to manage customer interactions, track leads, and automate workflows. It provides a comprehensive suite of features that includes sales, service, marketing, analytics, and community tools. Salesforce was founded in 1999 and has since grown to become one of the most popular CRM platforms in the world, with more ... Read More

Non-Blocking Server in Java NIO

Deepti S
Updated on 15-May-2023 17:53:07

1K+ Views

Non-blocking Server Java NIO (New Input/Output) is a very powerful networking and file-handling application that functions as an alternative to Java's standard IO API. Due to the addition of more sophisticated features since JDK 4's introduction, it has quickly emerged as the preferred I/O system among numerous engineers. The improved support it offers for file handling and file system features is one of the features that distinguish Java NIO. Since the NIO file classes have such incredible capabilities, it is extensively used in file handling. If you look closely, you'll notice that java.nio package specifies the buffer classes employed by ... Read More

Node.js vs Java

Deepti S
Updated on 15-May-2023 17:50:00

422 Views

Overview of Node.js vs Java Java has been a long-standing favorite for programmers worldwide, while Node.js is a relatively new JavaScript runtime environment. This article delves into the differences between Node.js and Java and aims to provide a better understanding of both tools and their respective applications. While we may never settle the question of which is ultimately better, gaining insight into these powerful tools can help us make informed decisions about where and when to use them. What Is Node.js? In 2009, Ryan Dahl created Node.js, a cross-platform JavaScript (JS) runtime environment that enables developers to use JavaScript on ... Read More

Advertisements