top of page
Search

Create a Image as a Link in HTML.
Code: <!DOCTYPE html> <html> <body> <h2>Image as a Link</h2> <p>Click on the Image to see the results:</p> <a...
The Tech Platform
Jun 18, 2021

Flashing Neon Text Using CSS and HTML
HTML <div class="area">âš The Tech Platform âš </div> CSS @import url(https://fonts.googleapis.com/css?family=Open+Sans); body {...
The Tech Platform
May 26, 2021

Creating the Typing Effect in HTML
Below is the Example of creating the typing effect like "TYPEWRITER". Code: <!DOCTYPE html> <html> <body> <h2>This is the Example of...
The Tech Platform
May 20, 2021


What are HTML Imports and How Do They Work?
HTML imports is an easy concept to grasp; it is a way to insert other HTML pages into an HTML page. You’d think that this is not that a...
The Tech Platform
May 17, 2021

Create a Full-Screen Slider Using HTML, CSS3 and jQuery
In this tutorial, we are going to create a full-screen slider using HTML, CSS3 and jQuery. You can us it for product presentations on...
The Tech Platform
May 17, 2021

How to insert spaces/tabs in text using HTML/CSS?
You can use the non-breaking space ( ) ( ) and ( ) character entity to insert a space in HTML. The non-breaking space is a...
The Tech Platform
May 13, 2021

How to add Tables in HTML.
The HTML tables are created using the <table> tag in which the <tr> tag is used to create table rows and <td> tag is used to create data...
The Tech Platform
May 8, 2021

How to Design Stitched Glowing Effect for Button using HTML and CSS ?
The stitched glowing effect is generally used in the design of classical or retro-themed websites. You can also call it a Denim effect if...
The Tech Platform
May 4, 2021


What are HTML Forms?
HTML Form is a document which stores information of a user on a web server using interactive controls. An HTML form contains different...
The Tech Platform
May 4, 2021

Building a Dashboard with ASP.NET Core and DotVVM
A dashboard is a tool used to visualize and track certain performance or status indicators. It condenses in one place the critical...
The Tech Platform
Apr 26, 2021
bottom of page