Front-end/HTML 5, CSS3
URL에서 & ;사용하는 이유
prden
2021. 11. 13. 09:51
1. 사용이유
HTML uses characters like ampersand, greater than, less than, etc. in its syntax. So if someone wants to use those symbols in their web page, when they're putting the text in the HTML they need to put "&" for an ampersand, ">" for greater than, etc. When the browser displays the webpage, it understands to replace those with the proper characters.