Check EDR status Click
EXCEPTIONAL DATA REPORT (EDR) STATUS
Hi, I’m Vijay Chauhan, a web developer from India in love with all things internet. Online since 2015.
why we use header in top HTML
The <header> element represents a container for introductory content or a set of navigational links. A <header> element typically contains: one or more heading elements (<h1> - <h6>) logo or icon.
For Example
<!DOCTYPE html>
<html>
<body>
<article>
<header>
<h1>A heading here</h1>
<p>Posted by John Doe</p>
<p>Some additional information here</p>
</header>
<p>Lorem Ipsum dolor set amet....</p>
</article>
</body>
</html>
Hi, I’m Vijay Chauhan, a web developer from India in love with all things internet. Online since 2015.
Subscribe to:
Posts (Atom)
JavaScript + Angular-compatible version of loan amortization calculator that you can integrate into an Angular component or service
JavaScript Version of Loan Amortization 1. Loan Calculator Function (Pure JS/TS) export function calculateLoanSchedule ( principal:...
Best for you
-
Here You can check how to share domain with Local Storage and Session Storage hare data between multiple domains (for example an auth toke...
-
"Upper bound" means the algorithm takes no longer than (i.e.
-
The logical AND operator is used to check if multiple conditions are true. Example: let temperature = 30; let humidity = 60; if (temperatur...
-
Approach The approach involves iterating through the linked list while reversing the pointers of each node. Here’s a step-by-step breakdow...
-
Categories of SQL Functions: Aggregate Functions : These operate on a group of rows and return a single result (used in conjunction with GRO...
-
Temporal Dead Zone is a behaviour that occurs with variables declared using let and const keywords. It is a behaviour where we try to ...
-
Splice method is changes the content of an Array Which can help the Adding new element and also can removing odd Element. Parameters of Det...
-
1. Adding Code at the Top of the Page A simple way to ask PHP to disable reporting of notices is to put a line of code at the beginning of t...
-
For making MailWatch work with Debian 11 and PHP 8, I had Fixed few code-file to avoid error : PHP Fatal error: Array and string offset ac...
-
In Angular 17, Signals provide a reactive way to manage state and facilitate communication between components. The update() update() AP...
