- 1

How to use break tag in php

7th Aug 2017, 4:36 PM
Sudeep D.C
Sudeep D.C - avatar
2 Respuestas
+ 5
if used outside of the php tags then it is used normally. When used inside the php tags you can echo or print it as a string just like any other html. <?php echo "<br>"; ?>
7th Aug 2017, 4:45 PM
ChaoticDawg
ChaoticDawg - avatar
+ 1
just echo it.. and it will get you a new line :) echo "<br>"; same goes for any HTML tag. 😄 Example : echo "<strong>Some Text</strong>"; it will show the above text as bold..
7th Aug 2017, 4:50 PM
Mohamed Hussien