When I was writing a program a few days ago, I wanted to wrap the prompt information (TITLE) in a new line. Using '\n < BR >' doesn't work. It's amazing that I just pressed Enter in the end. I searched it online. There are two solutions: 1. Write the title attribute in several lines, for example: <a href=#" title="Description 1Description 2Description 3">Impressionism</a> 2. The first line is not intuitive enough. We can also add (change & to half-width, the same below) or where the line needs to be broken to achieve: <a href=#" title="Explanation 1 Explanation 2 Explanation 3">Impressionism</a> <a href=#" title="Explanation 1 Explanation 2 Explanation 3">Impressionism</a> |
<<: Example code for implementing ellipse trajectory rotation using CSS3
>>: Detailed explanation of Shell script control docker container startup order
This article example shares the specific code of ...
Library Management Create a library create databa...
How to allow remote connection in MySql To achiev...
The command to delete images in docker is docker ...
Table of contents 1. Implementation process of qu...
Use JS to implement a random roll call system for...
After reinstalling my computer recently, I downlo...
In MySQL, create a new table with three fields, i...
Table of contents Overview Why choose a framework...
Commonly used JavaScript code to detect which ver...
Table of contents 1. Add attributes 2. Merge mult...
Table of contents nextTick Mixins $forceUpdate se...
Put your own web project in the webapps directory...
With the popularization of 3G, more and more peop...
When newbies develop div+css, they need to name t...