sebdeckers / pfnp

:alien: Programming For Non-Programmers
21 stars 14 forks source link

What are all the Named Character Entities? #9

Open sebdeckers opened 9 years ago

sebdeckers commented 9 years ago

As explained in Section II, the most important ones are <, >, and &. You may also find uses for " within attribute values.

A full reference of named character entities in HTML 5 is available here: http://dev.w3.org/html5/html-author/charref

sebdeckers commented 9 years ago

Also see #8. Thanks @vilav !