top of page
Search
The Tech Platform
Apr 12, 2022
How to Add JavaScript to HTML?
You can add JavaScript code in an HTML document by employing the dedicated HTML tag <script> that wraps around JavaScript code. The...
The Tech Platform
Feb 10, 2022
Using Static Files (HTML, CSS,JS) In ASP .NET Core Web API
In this article, we will see how to add static files or groups of static files to an existing ASP.Net Core web API project. As we all...
The Tech Platform
Nov 15, 2021
HTML Responsive Web Design
Responsive web design, also called RWD design, describes a modern web design approach that allows websites and pages to render (or...
The Tech Platform
Oct 20, 2021
7 Alternatives to the <div> HTML Tag
“The div element has no special meaning at all…Authors are strongly encouraged to view the div element as an element of last resort, for...
The Tech Platform
Oct 19, 2021
REMOVE INLINE CSS FROM HTML FILES
What does the script do? 1. The script recursively scans all html files in a directory 2. For each html file, it a. scans for ‘style’...
The Tech Platform
Sep 18, 2021
Front-End Development and Back-End Development Languages.
Front End The front-end is built using a combination of technologies such as Hypertext Markup Language (HTML), JavaScript and Cascading...
The Tech Platform
Sep 11, 2021
Get the Sitemap URL for an HTML Document in Node.JS
Need to retrieve the sitemap link URL from your HTML document? We’ve got you covered. In this brief tutorial, we will demonstrate how you...
The Tech Platform
Sep 2, 2021
Image Loading : Load your web app’s images — the right way.
When it comes to websites, images matter because they help deliver a complex message in a blink of an eye. Therefore, 93.7% of websites...
The Tech Platform
Aug 18, 2021
10 lifesaving HTML/CSS tricks for designers
Learning new things brings both joy and frustration, and development sits on the top of the frustration pyramid. Sadly, most job offers...
The Tech Platform
Jul 27, 2021
How to Export Sketch to HTML
Automatically generate HTML from a Sketch design Anima allows designers to create fully responsive prototypes that look and work exactly...
bottom of page