Latest

 thumbnail

How to Submit a Form with jQuery

January 11, 2021

To submit a form with jQuery, use the built-in submit() method. This is useful when the button to submit the form has th...

 thumbnail

The HTML <del> Tag

December 30, 2020
 thumbnail

List of All HTML DOM Document Object Properties and Methods

December 22, 2020

The DOM or Document Object Model is the API that becomes available when an HTML page loads in a browser. This object mod...

 thumbnail

How to Create HTML Paragraphs

December 22, 2020

A paragraph is a block of text containing related sentences. In HTML, paragraphs are created using the p tag. Creat...

 thumbnail

How to Create New Line in PHP

December 21, 2020

There are a couple of different ways we can approach creating new lines in PHP, which we will learn in this tutorial.&nb...

 thumbnail

How to Count all Elements in an Array in PHP

December 21, 2020

Finding the count of all the elements in an array is a common programming task. PHP provides two built-in utilities for...

 thumbnail

How to Check Python Version

December 15, 2020
 thumbnail

How to Check Ubuntu Version

December 14, 2020
 thumbnail

Show Size of Directory Linux

December 07, 2020