document.write("<ul>");
document.write("<li><code>text-transform : none ;</code><p style=\"text-transform : none ; border : 1px dotted orange;\">Cascading Style Sheets is a stylesheet language used to describe the presentation of a document written in a markup language.</p></li>");
document.write("<li><code>text-transform : capitalize ;</code><p style=\"text-transform : capitalize ; border : 1px dotted orange;\">Cascading Style Sheets is a stylesheet language used to describe the presentation of a document written in a markup language.</p></li>");
document.write("<li><code>text-transform : uppercase ;</code><p style=\"text-transform : uppercase ; border : 1px dotted orange;\">Cascading Style Sheets is a stylesheet language used to describe the presentation of a document written in a markup language.</p></li>");
document.write("<li><code>text-transform : lowercase ;</code><p style=\"text-transform : lowercase ; border : 1px dotted orange;\">Cascading Style Sheets is a stylesheet language used to describe the presentation of a document written in a markup language.</p></li>");
document.write("</ul>");

