How Do I Space Words Apart In HTML
So, In this project that I'm creating, I can't seem to start a new line. The text is coming from the "templates" folder and the file is "base.html"
Voters
KalebBrosig
The issue is that you are using tags that do not exist. is an invalid tag in html. If you were planning to use that as a identifier for that element I would suggest
.
You can use
<br>
So use
<br>
for spacing.