Customize Bootstrap tooltip?

Can someone explain to me how to set up Bootstrap input type = "email" tooltip for validation as below?

tooltip - please enter an email address.

Or better yet, can someone explain how to configure Bootstrap tooltips in general?


EDIT:

It was noted by Le_Morri that this is actually a tooltip for checking HTML 5. I am going to leave a question for other people who make the same mistake as me.

The following questions will help in modeling HTML5,

+5
source share
1 answer

, . HTML5, .

.

Webkit , :

::-webkit-validation-bubble-message {
    padding: 1em;
}

CSS :invalid

+5

All Articles