18-03-2013, 07:27 PM
If you want your text to break into a new line with a tag at the end of each line you should have suggested the
tag. That is what it was created for, and does not require an end tag.
Though for it to make it valid HTML5 you need to add the / at the end of any element that does not have its own end tag, such as <hr /> <img /> or
.
If you have any more questions or would like to learn more about html, css, php, then you should check out w3schools.org
tag. That is what it was created for, and does not require an end tag.
Though for it to make it valid HTML5 you need to add the / at the end of any element that does not have its own end tag, such as <hr /> <img /> or
.
If you have any more questions or would like to learn more about html, css, php, then you should check out w3schools.org
