[HTML, CSS Basic] How to use   & < > "
Post
원문 보기 →[HTML, CSS Basic] How to use   & < > "
1. // Equal to single space In HTML context no matter how many spaces you type(key board space bar) you can only get a single space " ". If you're trying to insert multiple space you need to use ex) No shit?No shit? > No shit? 2. & // Equal to & In HTML context '&' is a preserved character for multiple uses.If you just want to print out '&


