wordwrap-06.html (888B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta http-equiv="content-type" content="text/html; charset=UTF-8"> 5 <title>http://www.mozilla.org/projects/minefield/</title> 6 <style type="text/css"> 7 #viewsource { 8 font-family: -moz-fixed; 9 font-weight: normal; 10 font-size: 16px; 11 color: black; 12 white-space: pre; 13 } 14 #viewsource.wrap { 15 white-space: pre-wrap; 16 word-wrap: break-word; 17 } 18 pre { 19 font: inherit; 20 color: inherit; 21 white-space: inherit; 22 margin: 0; 23 width: 475px; 24 } 25 .attribute-name { 26 color: black; 27 font-weight: bold; 28 } 29 .attribute-value { 30 color: blue; 31 font-weight: normal; 32 } 33 </style> 34 </head> 35 <body id="viewsource" class="wrap"> 36 <pre id="line1"><span class="attribute-name">href</span>=<span class="attribute-value">"../../css/cavendish/content.css" </span><span class="attribute-name">title</span>=<span class="attribute-value">"Cavendish"</span></pre> 37 </body> 38 </html>