DEV Community

Falak
Falak

Posted on

Encoding System

<!DOCTYPE html>
<html lang="en">
<head>
<!-- contains information which describes document to the machine. -->
<meta charset="falak">
</head>
<body>
<h1>My name is Falak Shair.</h1>
</body>
</html>

In the above HTML code, I used an incorrect encoding system(that is basically my nick name). But, this code outputs readable text instead of an unreadable. If this meta tag doesn't make any impact on document, then why do we use it?

Top comments (0)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More

πŸ‘‹ Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay