Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on May 9th, 2012  |  syntax: None  |  size: 1.05 KB  |  hits: 25  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html>
  2. <html>
  3.         <head>
  4.                        
  5.         <!--DO NOT TOUCH -->
  6.  
  7.         <meta name="viewport" content="width=device-width, initial-scale=1">   
  8.  
  9.         <script src="file.js" type="text/javascript" charset="utf-8"></script>
  10.  
  11.         <!--END DO NOT TOUCH-->
  12.        
  13.         <link rel="stylesheet" href="css/style.css" />
  14.        
  15.         </head>
  16.        
  17.         <body onload="sendXMLRequest()">
  18.  
  19.                 <div data-role="collapsible" data-theme="c" data-collapsed="true">
  20.                 <h3 id="rome_collapse">=(</h3>
  21.                 <p>I'm the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.</p>
  22.                 </div>
  23.                
  24.                 <div data-role="collapsible" data-theme="c" data-collapsed="true">
  25.                 <h3 id="florance_collapse">=(</h3>
  26.                 <p>I'm the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.</p>
  27.                 </div>
  28.                
  29.                 <div data-role="collapsible" data-theme="c" data-collapsed="true">
  30.                 <h3 id="venice_collapse">=(</h3>
  31.                 <p>I'm the collapsible content. By default I'm open and displayed on the page, but you can click the header to hide me.</p>
  32.                 </div>
  33.        
  34.        
  35.         </body>
  36.        
  37. </html>