top of page
Search

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

Top 8 Programming Languages For Game Developers
Game Developers use Programming Languages to create a game's settings and mechanics. The Choice of Programming Languages depends on...
The Tech Platform
Jul 23, 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


Let’s Build a CRUD Website with HTML, CSS, JavaScript and an External API
In this article, we will give you a tutorial for creating a web application with just only basic HTML, CSS and JavaScript (based on...
The Tech Platform
Jul 14, 2021

How to add Audio in HTML
The HTML <audio> is used to add the audio clips or file on web pages. The HTML DOM defines methods, properties and events for the audio...
The Tech Platform
Jul 8, 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

<Img> tag and <Picture>tag: Which one is best?
Image tag HTML img tag is used to display image on the web page. HTML img tag is an empty tag that contains attributes only, closing tags...
The Tech Platform
Jul 6, 2021

Box-Shadow in HTML
The Box-shadow property in HTML attach more shadow in the elements, box or image. Below are the attributed for the Box-shadow property :...
The Tech Platform
Jul 1, 2021

What is the Difference Between Canvas and SVG in HTML
SVG (Scalable Vector Graphics) The SVG element is a container that defines new co-ordinates and viewpoint. It is used to define the...
The Tech Platform
Jul 1, 2021

How to Add Emojis in HTML
Emojis are the Characters from the UTF-8 character sets. Emojis are letters (Characters) from UTF-8 character set. UTF-8 (Universal...
The Tech Platform
Jun 30, 2021
bottom of page