Computer scienceFrontendCSSBasic propertiesCommon properties

Overflow

Text-overflow

Report a typo

What is going to happen with the text if the following styles are applied to the block?

.block {
  text-overflow: clip;
  overflow: visible;
  white-space: nowrap;
}
Select one option from the list
___

Create a free account to access the full topic