HTMLkódolás
HTMLkódolás, or HTML encoding, is the process of converting characters into a format that can be transmitted over the Internet. This is necessary because HTML, the standard markup language for creating web pages, uses specific codes to represent characters that cannot be directly displayed or transmitted. For example, the less-than symbol (<) is used to denote the beginning of an HTML tag, so it must be encoded to be displayed as text on a web page.
The most common method of HTML encoding is to use character references, which are numerical or named
HTML encoding is essential for ensuring that web pages are displayed correctly and that data is transmitted