I can do
div:after { content: \"hello\" }
But can I have the hello text with a title so that when I hover it with the mouse
hello
Use:
div:hover:before{ content: "Bye"; }