Impressionism&l"/> Impressionism&l">

Home >Web Front-end >HTML Tutorial >How to wrap the HTML title attribute into new lines_HTML/Xhtml_Web page production

How to wrap the HTML title attribute into new lines_HTML/Xhtml_Web page production

WBOY
WBOYOriginal
2016-05-16 16:43:191894browse

When I was writing a program two days ago, I wanted to display the prompt message (TITLE) in a new line. Using 'n ' will not work.
It’s amazing to press Enter in the end.
I searched online.
There are two solutions:
1. Divide the title attribute into several lines to write, for example:
Impressionism
2. The first line is relatively unintuitive. We can also add it where a line break is needed. (Change & to half-width, the same below) or To achieve:
Impressionism
Impressionism

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn