Joined: Tue Mar 27, 2007 10:55 pm Posts: 2279 Location: Earth Has thanked: 39 time Have thanks: 61 time
start a new line in a html webpage using <br> tag with paragraph tag <p>, as you will notice that <br/> tag breaks the current link and begin a new one.
Code:
<html> <head> <title>start a new line in a webpage</title> </head> <body> <p>My name is Jone<br> I am 32 years old<br> I am a teacher.</p>
</body> </html>
_________________ Currenlty programming with : java , html , php , and javascript . (OCJP-6 certified )