Which declaration makes a text element not wrap around an image that has the declaration float: right;?
float: right;
clear: right;
clear: left;
position: right;
position: left;
clear: right;.