EXAMPLE TEXT FILE ################# Text files used in conjunction with the typographical and punctuation markers povides a useful way to get feedback on your writing or copy corrections from a client... If you can dream - and not make dreams your master; If you can think - and not make thoughts your aim; If you can meet with triumph and disaster and treat those two impostors just the same; If you can bear to hear the truth you've spoken twisted by knaves to make a trap for fools, Or watch the things you gave your life to broken, and stoop and build 'em up with worn-out tools; ... If - Rudyard Kipling Text files can also contain programming and scripting code so they are also useful for illustrating to others how code works - If you have ever tried to cut and paste code into a forum thread or explain to somebody which lines of code do what then you will probably appreciate the simplicity of using markers to point out how things works... p em { border-color: red } p > em { color: red } p + em { color: red } CSS - Selectors