Javascript – POFTUT

jQuery toggleClass() Tutorial

jQuery toggleClass() Tutorial

jQuery javascript framework provides the toggleClass() method in order to toggle between different classes for the specified elements. The toggle will simply remove the old class and add a new class to the specified elements like button, label, div, etc. jQuery toggleClass() Method Syntax toggleClass() method is provided by the jQuery and in order to … Read more

about:config Configuration Editor For Mozilla Firefox

about: config Configuration Editor For Mozilla Firefox

Today browsers provide a lot of features and configurations. Mozilla Firefox provides a lot of configurations that can be edited via the Advanced Preferences screen. Advanced Preferences also called about:config which is used to access Mozilla Firefox configuration screen. By using the about:config address or shortcut we can list, read, change, add, delete different Firefox … Read more

HTML Underline Tag Tutorial with Examples

HTML Underline Tag Tutorial with Examples

HTML provides different styling options for the text. Underlining the HTML text is one of them. Simply underlining will draw a straight line under the text without occupying the line below. In this tutorial, we will learn the how-to underline the HTML text with <u> tag, CSS code, CSS class, and set the underlining properties … Read more

How To Change HTML Text Color?

How To Change HTML Text Color?

Most of the HTML web pages contain text in order to provide information. HTML Text may contains instructions, explanation etc. But in order to make the reading experience better, the HTML text is generally formatted with different styling techniques, and coloring or changing text color is one of them. In this tutorial, we will explain … Read more

HTML dt Tag Tutorial with Examples

HTML Tag Tutorial with Examples

HTML provides the <dt> element in order to add a term in description or definition list. <dt> element is used inside a <dt> element and generally followed by a <dt> element. The <dt> element is the short form of the Description Details where the description details about the provided element are provided. The <dt> HTML … Read more

How To Add jQuery From CDN? jQuery CDN List For Google, Microsoft, Cloudflare

How To Add jQuery From CDN? jQuery CDN List For Google, Microsoft, Cloudflare

jQuery is a popular JavaScript framework project and library which is used for event handling, CSS animation, and Ajax. jQuery is an open-source library which made it very popular. CDN is Content Delivery Network or Content Distribution Network which is used to distribute files, images, CSS, Javascript, and HTML content over the world into different … Read more

What Is HTML5?

What Is HTML5?

HTML5 is the latest version of the de facto web programming markup language HTML. HTML and HTML5 standards are created and published by “World Wide Web Consortium” or W3C. HTML5 is created by the Web Hypertext Application Technology Working Group or WHATWG group in the W3C. The WHATWG group consists of companies like Apple, Google, … Read more

What Is Google Chrome?

Google Chrome is a web browser developed by Google. Google Chrome provides access to web pages on the web. As of June 2020, Google Chrome is the most popular web browser in the world with the market share around 60%. Google Chrome History Google Chrome rumors are first appered in Spetember 2004 but the release … Read more

What Is Alphanumeric?

What Is Alphanumeric?

Alphanumericals are a combination of alphabetical and numerical characters. Generally, the Latin letters and Arabic digits are used to create alphanumerically. Alphanumeric does not contain special characters like “*,~.:-?” etc. Alpha or Alphabetical Alpha or Alphabetical specifies the Latin letters. These letters can be lower case or uppercase. These Latin letters also expressed as A-Z+a-z. … Read more