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, 1541🔥, 0💬
Popular Posts:
How To Move Uploaded Files To Permanent Directory in PHP? PHP stores uploaded files in a temporary d...
How To Read a File in Binary Mode in PHP? If you have a file that stores binary data, like an execut...
How to Build my "sleep" Docker image from the Alpine image? I want the container to sleep for 10 hou...
How To Read Data from Keyboard (Standard Input) in PHP? If you want to read data from the standard i...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...