This is one paragraph , i.e. this text is little separated from obove and below text-s. It is like paragraph in book but as you can see the new line in code does not mean new line on web page. For forced newline on page we need to use HTML element br. Next thing is that sequence of whitespaces in code will be replaced with only whitespace on web page. For forced whitespace on webpage, we can use special character - nbsp.
one
two
free
four
five
Text inside element pre will not redesigned - initial placement remains valid
for(i=0; i < k; i++)
{
t=2*i+k;
a=t+7;
}
NB: Element font is recommended to replace with using styles
font of current text is changed using style
span - for marking part of row
div - for marking part of page (may include text, pictures, objects, etc.)