Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- HTML :=
- '<title> test </ title>' +
- '<STYLE type=text/css>' +
- 'body, a: link {' +
- 'background-color: black;' +
- 'color: red;' +
- 'Courier New;' +
- 'cursor: crosshair;' +
- 'font-size: small;' +
- '}' +
- 'input, table.outset, table.bord, table, textarea, select, fieldset, td, tr {' +
- 'font: normal 10px Verdana, Arial, Helvetica,' +
- 'sans-serif;' +
- 'background-color: black;' +
- 'color: red;' +
- 'border: 1px solid # 00FF0red0;' +
- 'border-color: red' +
- '}' +
- 'a: link, a: visited, a: active {' +
- 'color: red;' +
- 'font: normal 10px Verdana, Arial, Helvetica,' +
- 'sans-serif;' +
- 'text-decoration: none;' +
- '}' +
- '</ style>';
Advertisement
Add Comment
Please, Sign In to add comment