![]() |
VOOZH | about |
::after selector is used to add the same content multiple times after the content of other elements. This selector is the same as ::before selector.
Syntax:
::after{
content:
}
Below HTMl/CSS code shows the functionality of ::after selector :
Output:
Supported Browsers
Note: Opera 4-6 supports with single-colon.(:after)