HTML line breakLOGIN

HTML line break

This example demonstrates:

The effect of displaying branch lines in html.

Example analysis:

The branch is defined through the <br> tag, as follows:

<p>This<br>paragraph<br> demonstrates the effect of branching</p>

If you want to To wrap a new paragraph (new line), use the <br> tag:

##<br /> The element is an empty HTML element. Since a closing tag doesn't make any sense, it doesn't have a closing tag.


Next Section

<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>php中文网(m.sbmmt.com)</title> </head> <body> <p>这个<br>段落<br>演示了分行的效果</p> </body> </html>
submitReset Code
ChapterCourseware