how to add after psuedo class in html

Solutions on MaxInterview for how to add after psuedo class in html by the best coders in the world

showing results for - "how to add after psuedo class in html"
Alexis
29 Apr 2016
1tag/class/id/selector::after {
2  content: ""; /*what ever is written within the bracket is what should be shown*/
3  /*css declaration */
4}