Home > Article > Web Front-end > How to wrap html except br
html Ways to wrap lines other than br: 1. If the line wrapping position is on the DIV layer, you can write like this [
]; 2. Perform HTML operations through third-party software.
The operating environment of this tutorial: windows7 system, html5 version, DELL G3 computer. This method is suitable for all brands of computers.
HTML method of line break except br:
1. The code for HTML line break is
. Which line do you want to break? Enter the
code after the code to implement the line break operation.
2. If the line break position is a DIV layer, you can also write like this<div style="padding-left:5px">
<img src="picture" alt="How to wrap html except br" > div><p>3. You can use third-party software to create HTML, which is more convenient for various operations, such as dream wearer. Line breaks only need to be entered. </p>
<p><img src="https://img.php.cn/upload/image/918/210/408/1613793505363633.png" title="1613793505363633.png" alt="How to wrap html except br"></p>
<blockquote><p>Related learning recommendations: <a href="https://www.php.cn/div-tutorial.html" target="_blank">html tutorial</a></p></blockquote>
</div>
The above is the detailed content of How to wrap html except br. For more information, please follow other related articles on the PHP Chinese website!