Some general rules in HTML5
For makeing new row we need to use element br, just pressing enter will not start new row
All sequential white spaces will be replaced just by one white space
In order to remain several sequential white space, we can use specisl symbols. A B
Free text design can be made using elemnt pre
1. text without using pre
One
two
three
2. text using element pre
One two three
Text after image