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
Before reading this article, I hope you have a ba...
This article shares the specific code of React to...
A long time ago, I summarized a blog post titled ...
1 Introduction to HTML 1.1 First experience with ...
pt-heartbeat When the database is replicated betw...
1. css: dragTable.css @charset "UTF-8";...
123WORDPRESS.COM has explained to you the install...
Starting from MySQL 8.0.16, you can set a passwor...
This article records the installation tutorial of...
Usually in project development, we have to deal wi...
Remount the data disk after initializing the syst...
Use the Vue-Cropper component to upload avatars. ...
Table of contents PXE implements unattended batch...
Operating system: Alibaba Cloud ESC instance cent...
This article shares the specific code of js to im...