CSS Comments

CSS Comments

In CSS, comments are pieces of text ignored by the browser.They’re used to explain code, leave notes, or temporarily..... Read More
How to add CSS

How to add CSS

How To Add CSS in akhirai tech by lakkars Rajkumar CSS (Cascading Style Sheets) is used to style HTML..... Read More
CSS Selectors

CSS Selectors

CSS selectors are patterns used to select and style HTML elements. They can be as simple as selecting a..... Read More
CSS Syntax

CSS Syntax

Here’s the basic syntax of CSS in its simplest form: CSS Syntax Structure selector { property: value; } Parts..... Read More
CSS Complete Cheat Sheet

CSS Complete Cheat Sheet

I’ll make you a CSS Complete Cheat Sheet that’s easy to revise but still deep enough for real project..... Read More
Basic Knowledge of CSS

Basic Knowledge of CSS

let’s go deep into CSS (Cascading Style Sheets) so you’ll have a complete, detailed reference you can return to..... Read More
Torque in HTML

Torque in HTML

Here’s a self-contained HTML example that explains torque and lets you play with the values (force, lever arm, and..... Read More
HTTP Status codes

HTTP Status codes

When a browser requests a webpage (HTML or other resources), the server responds with an HTTP status code to..... Read More
HTTP Messages

HTTP Messages

When you open a webpage in your browser, HTML is usually delivered inside HTTP messages between your browser (client)..... Read More
Http vs Https

Http vs Https

HTTP and HTTPS are both protocols used for transferring data between a web browser and a web server, but..... Read More