Slang for anywhere in Antarctica, used by people who live and work at the three U.S. research bases on the continent: Admunsen-Scott South Pole Station, McMurdo Station and Palmer Station. Often used as "The Ice".
After traveling around the world, Scott headed back to the Ice for a summer contract and some righteous snowboarding.
The HTML tag that creates a new line in a webpage. Same as the <br> code. Multiple <br /> tags used after one another will create empty spaces rather than simple linebreaks.
In a web page's HTML code, this (excluding dashes):
--
Hello <br /> World --
Will appear as this when viewed in a web browser:
--
Hello
World
--