top of page
Search

The Tech Platform
Sep 2, 2022
Difference between Grid and Flexbox
What is Grid? Grid is a two-dimensional grid-based layout system with rows and columns, making it easier to design web pages without...

The Tech Platform
Aug 17, 2022
How to Return HTML From ASP.NET Core Web API
A typical web API returns JSON or XML responses. However, rare cases exist where we need to return responses in other formats. In this...

The Tech Platform
Jun 28, 2022
CSS Functions
Functions in CSS are used to set the various CSS property. For example, the attr() function is used to retrieve the value of the HTML...

The Tech Platform
Jun 27, 2022
AJAX Tutorial - What is AJAX and How it Works?
AJAX stands for Asynchronous JavaScript And XML. It is not a programming language. It is a technology for developing better, faster and...

The Tech Platform
May 31, 2022
Modal Libraries For Web Development
A modal (also called a modal window or lightbox) is a web page element that displays in front of and deactivates all other page content....

The Tech Platform
May 24, 2022
How to Learn new Programming Language faster
There are some steps you want to take to accelerate the learning process and increase your fluency in the programming language you are...

The Tech Platform
May 21, 2022
How to add Image in Title bar in HTML?
The majority of websites add an icon or image logo in the title bar. The icon logo is also called a favicon. Favicon, which is also known...

The Tech Platform
Apr 30, 2022
7 New CSS Features in 2022
With the use of CSS, we can control various styles, such as the text color, the font style, the spacing among paragraphs, column size and...

The Tech Platform
Apr 27, 2022
CSS Methodology you should know
A CSS methodology is a set of guidelines for writing modular, reusable and scalable code. Although CSS is an easy language to write,...

The Tech Platform
Apr 27, 2022
HTML Tags
An HTML tag is a piece of markup language used to indicate the beginning and end of an HTML element in an HTML document. As part of an...
bottom of page