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
-
If you enable GZIP compression in Apache web server, then it will compress data while sending responses, improve website speed & perfo...
-
. 🧱 1. Create Table sql CREATE TABLE Employee ( EmpId INT PRIMARY KEY, FirstName VARCHAR(50), LastName VARCHAR(50), DOB DAT...
-
Advanced Angular Interview Questions with Code Examples Component Communication & State Management 1. Parent-Child Communication with ...
-
JavaScript continues to evolve, and in the latest ECMAScript proposals and releases (as of ECMAScript 2024), several enhancements have been ...
-
<rule name="PublicNetworkSlashNormalization" stopProcessing="true"> <match url=".*" /> <co...
-
Encapsulation : Bundling data and methods that operate on the data within a single unit (class). Inheritance : Deriving new classes from exi...
-
Customer support ticketing system in SQL Server with a well-structured set of tables and stored procedures , including full examples for: ...
-
Memoization is a form of caching where the return value of a function is cached based on its parameters. If the parameter of that function...
-
protected void emlSend_Click ( object sender, EventArgs e ) { byte [] bytes; string fileName; MailMessage email = new M...
