I'm making a site and can't figure out why when I do this:
<p>hello<br/> this is a test</p>
I successfully get back:
hello
this is a test
But when it's an h1 tag like this:
<h1> Hello<br/> this is a test</h1>
it all reads as one line.
Thanks for the help in advance.
<p>hello<br/> this is a test</p>
I successfully get back:
hello
this is a test
But when it's an h1 tag like this:
<h1> Hello<br/> this is a test</h1>
it all reads as one line.
Thanks for the help in advance.