Add line break within tooltips

后端 未结 27 2507
北恋
北恋 2020-11-28 02:23

How can line breaks be added within a HTML tooltip?

I tried using
and \\n within the tooltip as follows:



        
27条回答
  •  攒了一身酷
    2020-11-28 02:52

    So if you are using bootstrap4 then this will work.

    
    
    
    
     Hover me 
    

    If you are using in Django project then we can also display dynamic data in tooltips like:

    {{ post.author }}
    

提交回复
热议问题