Skip to main content

3 posts tagged with "Algorithms"

View All Tags

· 5 min read

Written originally on 2021/05/01

In some time of your studies in programming/computer science you will encounter the encoding subject. If you started with HTML, for example, one of the most important tags that the <head> needs is the <meta charset>. This tag exposes to the browser that will mount the HTML tree what kind of encoding it have to use to properly shows the characters included in your file.