continue:
|
textdesign
|
back:
|
general on homepages
|
|
sample |
|
|
| <COMMAND> | Start of the scope of command 1 |
| something | |
| <COMMAND2 Addition=Value> | Start of the scope of command2 |
| somewhat else | |
| </COMMAND2> | End of the scope of command2 |
| </COMMAND> | End of the scope of command2 |
| <HTML> | Start of page |
|
..............
.............. | |
| </HTML> | End of page |
| <HEAD> | Start of descriptive information |
|
..............
.............. | |
| </HEAD> | End of descriptive information |
| <BODY> | Start of vieweable area |
|
..............
.............. | |
| </BODY> | End of vieweable area |
It views like that
try it
|
|
continue:
|
textdesign
|