Latest, Popular Tutorials

PHP

What is stdClass in PHP?

stdClass is a handy feature provided by PHP to create a regular class. It is a predefined 'empty' class used as a utility class to cast objects of other types. In this tutorial, PHP stdClass is explained with various examples.

TensorFlow

TensorFlow Introduction

TensorFlow is a well-known machine learning and deep learning framework developed by tech giant Google to implement the machine learning concept in the easiest way possible. This tutorial will give you a comprehensive understanding of TensorFlow, its benefits, and its functions.

HTML5

HTML Figure Tag

The purpose of the HTML <figure> tag is to attach an image, infographic, diagram, etc., to an HTML document. This tutorial gives a brief description of the HTML <figure> tag.

HTML5

HTML Block Elements

An HTML document consists of HTML block-level or inline elements. An HTML block-level element always starts on a new line and spans left and right, As far as possible.

HTML

HTML Abbr Tag

The HTML <abbr> tag displays an abbreviation, and its optional title attribute defines an extension or explanation for the abbreviation. This tutorial explains how this HTML tag works.

CSS3

CSS Select Last Child Element

This CSS code example shows how to select the last child element of a parent HTML element. Sometimes while coding, a situation arises where the last child of the parent element needs to be selected to apply a specific style.

HTML

HTML Blockquote Tag

The HTML <blockquote> tag displays long quotes; This tag quotes a portion of text taken from other sources. It alters the alignment to create the content text look different from the rest.

Bootstrap 5 Examples

Bootstrap 5 Hide on Mobile

This example code contains Bootstrap 5 classes that hide HTML elements on mobile devices. The .d-none class hides the HTML element on all devices, and the .d-sm-block class shows the element on small devices and beyond.