‹p›‹img src="{{heroImageUrl}}"› is the ‹i›interpolated‹/i› image.‹/p›
‹p›‹img [src]="heroImageUrl"› is the ‹i›property bound‹i› image.‹/p›

‹p›‹span›"{{title}}" is the ‹i›interpolated‹/i› title.‹/span›‹/p›
‹p›"‹span [innerHTML]="title"›‹span›" is the ‹i›property bound‹/i› title.‹/p›