Hello world!

Text formating

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
three           four

Element pre - free design

one
      two
	         free
			       four
				          five
Text inside element pre will not redesigned - initial placement remains valid

Special characters

Special characters beginning with & and ending with ;, for example
< - left tag or less sign
> -right tag or more sign
ä Estonian letter ä
ö Estonian letter ö
Ö Estonian letter Ö
© Copyright
© Copyright
& Ampersand
" Quot

Emphased text

Bold - not recomended to use
Italic
Underlined
Emphasized
Strong
Definition
  for(i=0; i < k; i++)
  {
     t=2*i+k;
     a=t+7;
  }
  
  

Upper and lower indexes

Einstein: E=mc2
Water: H2O

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.)



© Copyright. Volk. Nu pogodii. All rights reserved.