Skip to content

The HTML character encoder converts all reserved characters to their corresponding HTML entities, and the decoder does it the other way.

License

Notifications You must be signed in to change notification settings

maciejkuran/HTML-Entities-Encoder-Decoder-App

Repository files navigation

HTML Entities Encoder / Decoder App

➡️ Live app

The HTML character encoder converts all reserved characters to their corresponding HTML entities, and the decoder does it the other way. 'Some special characters are reserved for use in HTML, meaning that your browser will parse them as HTML code. For example, if you use the less-than (<) sign, the browser interprets any text that follows as a tag. To display these characters as text, replace them with their corresponding character entities, as shown in the following table.' - developer.mozilla.org.

This application is part of my website. The attached scss style sheet may be incomplete, as some styles are inherited from my site's main.scss sheet. For all styles please visit maciejkuran.com repository.

About

The HTML character encoder converts all reserved characters to their corresponding HTML entities, and the decoder does it the other way.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published