top of page
Search


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
Apr 12, 2022


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
Nov 15, 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 20, 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
Oct 19, 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
Sep 2, 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
Aug 18, 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...

The Tech Platform
Jul 27, 2021


Color Guide in CSS/HTML
With CSS, colors can be specified in different ways: By color names As RGB values As hexadecimal values As HSL values (CSS3) As HWB...

The Tech Platform
Jul 27, 2021


Loading Buttons in CSS
To use the Font Awesome icons, add the following line inside the <head> section of your HTML page: <link rel="stylesheet"...

The Tech Platform
Jul 20, 2021


How to Add Youtube Video in HTML
You can use this id to add videos directly from the Youtube. You can let your video start playing automatically when a user visits the...

The Tech Platform
Jul 8, 2021
bottom of page
