Why is it displaying like that?
body {
margin: 0 200px;
}
h1 { font-size: 16px; }
<h1>hi</h1>
<h1 style="float: left">hello</h1>
<h1 style="float: right">BYE</h1>
<h1>THIS IS A NEW LINE PLEASE</h1>
I just need it to display accordingly. This has never happened before. I dont have a clue