Tools, FAQ, Tutorials:
HTML Entities
What Is an HTML Entity?
✍: FYIcenter.com
An HTML entity is escape sequence used to represent a special character that
is hard to enter via a normal keyboard. For example, you can not find a key
on your keyboard to enter the copyright character, "©" directly. You need
to use the HTML entity "©" to represent the copyright character in your
XTHML document.
Valid XHTML entities are defined in the following 3 files:
⇒ What Is CDATA in HTML Documents?
⇐ What Is PCDATA in HTML Documents?
2024-04-14, ∼3044🔥, 0💬
Popular Posts:
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to validate the id_token signature received from Azure AD v2.0 authentication response? You can ...
How To Truncate an Array in PHP? If you want to remove a chunk of values from an array, you can use ...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...