File indexing completed on 2024-05-12 04:02:09

0001 <!DOCTYPE html>
0002 <html><head>
0003 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
0004 <title>test.css</title>
0005 <meta name="generator" content="KF5::SyntaxHighlighting - Definition (CSS/PHP) - Theme (Breeze Dark)"/>
0006 </head><body style="background-color:#232629;color:#cfcfc2"><pre>
0007 h1 {
0008     text-color<span style="color:#3daee9">:</span> <span style="color:#f44f4f">"red"</span><span style="color:#3f8058">;</span>
0009 }
0010 
0011 <span style="color:#7a7c7d">/* PHP code, invalid in CSS context */</span>
0012 for<span style="color:#c45b00;font-style:italic">()</span> 
0013 
0014 <span style="font-weight:bold">&lt;?php</span> <span style="font-weight:bold">echo</span>(<span style="color:#f44f4f">"hello"</span>)<span style="color:#27ae60">;</span> 
0015 
0016 <span style="color:#7a7c7d">// valid code in PHP context</span>
0017 <span style="color:#fdbc4b;font-weight:bold">for</span>()
0018 
0019 <span style="font-weight:bold">?></span>
0020 
0021 h2 {
0022     text-weight<span style="color:#3daee9">:</span> <span style="color:#f67400">bold</span><span style="color:#3f8058">;</span>
0023 }
0024 
0025 </pre></body></html>