Podcast
Questions and Answers
What property can be set to make text wrap around an image?
What property can be set to make text wrap around an image?
- position
- padding
- margin
- float (correct)
What is the ID given to the image in the text?
What is the ID given to the image in the text?
- img-one
- img1 (correct)
- img-1
- image-1
What happens when an image is floated to the left?
What happens when an image is floated to the left?
- Text does not wrap around the image
- Image disappears from the page
- Text wraps around the left side of the image (correct)
- Text wraps around the right side of the image
Which property sets the space to the right of the image?
Which property sets the space to the right of the image?
What should be adjusted to change the space on the right-hand side of the image?
What should be adjusted to change the space on the right-hand side of the image?