maciejkuran / HTML-Entities-Encoder-Decoder-App

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

Home Page:https://maciejkuran.com/html-entities-encoder-and-decoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://maciejkuran.com/html-entities-encoder-and-decoder

License:Other


Languages

Language:HTML 54.0%Language:SCSS 26.0%Language:JavaScript 19.9%