Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a 3D doing in this HTML?

People also ask

What does 3D mean in HTML?

<table width=3D"650" border=3D"0" cellpadding=3D"0" cellspacing=3D"0" align= =3D"center"> <tr> <td colspan=3D"3">

What does 3D mean in email?

It's an email encoding system called "quoted-printable", which allows non-ASCII characters to be represented as ASCII for email transportation. In quoted-printable, any non-standard email octets are represented as an = sign followed by two hex digits representing the octet's value.


It's an email encoding system called "quoted-printable", which allows non-ASCII characters to be represented as ASCII for email transportation.

In quoted-printable, any non-standard email octets are represented as an = sign followed by two hex digits representing the octet's value. Of course, to represent a plain = in email, it needs to be represented using quoted-printable encoding too: 3D are the hex digits corresponding to ='s ASCII value (61).