property

In CSS, a property is the attribute applied to a selector.
selector {text-weight: bold;}

If we give the property 'text-weight' with the value 'bold' to a selector, any occurance of text within that selector in the XHTML will be bold.
by Pathoschild March 21, 2005
mugGet the propertymug.

xin loy

Slang used by American soldiers in the Vietnam War, sardonically meaning "sorry about that", "too damn bad", or "tough shit". Derived from Vietnamese, in which it means a polite "excuse me".
Aw, did I hurt your feelings? Xin loy!
by Pathoschild November 06, 2007
mugGet the xin loymug.

tag

A sequence of characters used in XHTML and CSS to provide information to the browser, such as text formatting.
<b></b> are, respectively, the opening and closing bold tags. This tells the browser to make the enclosed text heavier than normal.
by Pathoschild March 21, 2005
mugGet the tagmug.