Oh, and I have another photo, but that will have to wait till I get home. It was near the foodscraps bin this time...
[Inkspot, a while ago] Although using an abbreviation might be classed "cheating" I really cannot find a way to explain the meaning of 3er WG using anything shorter than "communal dwelling shared by three people" in English. WG stands for Wohngemeinschaft, btw. And 3er is not an abbreviation. It's a genetive, of all things.
[Darren, et al, re links] I refer you to this comment I recently made on the subject.
Hello
Hello
<font size=4> This is it
<font size=-4> This is it
<small>This is it
<
and >
respectively. The <tt>
tage you mention only changes the typeface used to display the text, although I usually prefer to use <code>
(as you will see if you view source). In summary, then:
You type | You see |
---|---|
< | < |
> | > |
& | & |
<tt>teletype text</tt> | teletype text |
<code>code sample</code> | code sample |
Note Be very careful with these - it is tremendously easy to miss out a semi-colon and completely wreck the effect. Use Preview if you can!