mouse hover display text, HTML use title attribute can achieve the effect of text display, this attribute is more practical, the need for friends can refer to
< A href=# title=” here is the text displayed “> hello< /a>
when we hover over hello last time we will have text and here is the text that is displayed.