Style Sheets

Have white space around your text, that makes it much easier to read. This can be done using <blockquote>, a table or Cascading Style Sheets. The last is the most elegant and powerful, but not supported consistently enough to be counted on everywhere.


External Style Sheet

p { width: 30em; margin-left: 5em; margin-right: 5em; text-align: justify; font: normal; fontsize: large; line-height: 1.4; font-family: Arial, Verdana, sans-serif } H3 {text-align: center; font: bold 14pt/16pt Arial, Verdana sans-serif }

Back