Home > Web Front-end > HTML Tutorial > The role of br tag in html

The role of br tag in html

silencement
Release: 2019-05-25 17:06:35
Original
15880 people have browsed it

The role of br tag in html

How to wrap lines in HTML? You can use the br tag

br tag usage:

1.br tag function: line break

2.br tag format:

Notes on br tags:

Multiple br tags can be used continuously. How many br tags are used will change the number of lines

Since the role of HTML is to add semantics to text, and the semantics of the br tag is not to start a new paragraph and break the line, and in general enterprise development, line breaks are needed because

requires another line break. Start a paragraph, so the br tag

The role of br tag in html

is rarely used in enterprise development

The above is the detailed content of The role of br tag in html. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template