Attributes property will return reference to object that
contains collection of all attributes for the entity. For
example, entity created from this html fragment:
<IMG src="image.jpg"
border=0>
would contain IwodHtmlAttributes collection with two
items - one for src="image.jpg" and other for
border=0.