File indexing completed on 2024-05-19 15:23:16

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 Light)"/>
0006 </head><body style="background-color:#ffffff;color:#1f1c1b"><pre>
0007 h1 {
0008     text-color: <span style="color:#bf0303;">&quot;red&quot;</span><span style="color:#ca60ca;">;</span>
0009 }
0010 
0011 <span style="color:#898887;">/* PHP code, invalid in CSS context */</span>
0012 for() 
0013 
0014 <span style="font-weight:bold;">&lt;?php</span> <span style="font-weight:bold;">echo</span>(<span style="color:#bf0303;">&quot;hello&quot;</span>)<span style="color:#006e28;">;</span> 
0015 
0016 <span style="color:#898887;">// valid code in PHP context</span>
0017 <span style="font-weight:bold;">for</span>()
0018 
0019 <span style="font-weight:bold;">?&gt;</span>
0020 
0021 h2 {
0022     text-weight: <span style="color:#b08000;">bold</span><span style="color:#ca60ca;">;</span>
0023 }
0024 
0025 </pre></body></html>