1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
<!DOCTYPE html>
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>test.xhtml</title>
<meta name="generator" content="KF5::SyntaxHighlighting - Definition (XHTML) - Theme (Breeze Dark)"/>
</head><body style="background-color:#232629;color:#cfcfc2"><pre>
<span style="color:#2980b9"><!</span><span style="color:#2980b9;font-weight:bold">DOCTYPE</span> <span style="color:#2980b9">html</span> PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"<span style="color:#2980b9">></span>
<<span style="font-weight:bold">html</span> <span style="color:#27ae60">xmlns</span><span style="color:#27ae60">=</span><span style="color:#f44f4f">"http://www.w3.org/1999/xhtml"</span> <span style="color:#27ae60">xml:lang</span><span style="color:#27ae60">=</span><span style="color:#f44f4f">"fr"</span>>
<<span style="font-weight:bold">head</span>>
<<span style="font-weight:bold">title</span>>XHTML</<span style="font-weight:bold">title</span>>
</<span style="font-weight:bold">head</span>>
<<span style="font-weight:bold">body</span>>
<<span style="font-weight:bold">p</span>>Bla bla bla</<span style="font-weight:bold">p</span>>
<span style="color:#2980b9"><</span><span style="font-weight:bold">style</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- xml comment --></span>
parentRule {
<span style="color:#7a7c7d">/* oups, xml error, but nesteed rule :/ */</span>
<span style="color:#3f8058">&</span> childRule {
}
}
<span style="color:#7a7c7d">/* </span><span style="color:#f67400;font-weight:bold"><![CDATA[</span><span style="color:#7a7c7d"> */</span>
<!-- oups --<span style="color:#3f8058">></span>
parentRule {
<span style="color:#3f8058">&</span> childRule {
}
}
<span style="color:#7a7c7d">/* </span><span style="color:#f67400;font-weight:bold">]]></span><span style="color:#7a7c7d"> */</span>
<span style="color:#f67400;font-weight:bold"><![CDATA[</span>
<!-- oups --<span style="color:#3f8058">></span>
parentRule {
<span style="color:#3f8058">&</span> childRule {
}
}
<span style="color:#f67400;font-weight:bold">]]></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">style</span><span style="color:#2980b9">></span>
<span style="color:#2980b9"><</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
<span style="color:#7a7c7d"><!-- xml comment --></span>
<span style="color:#609ca0">console</span><span style="color:#3f8058">.</span><span style="color:#8e44ad;font-style:italic">log</span>(a <span style="color:#da4453;text-decoration:underline">&</span> b)<span style="color:#3f8058">;</span>
<span style="color:#7a7c7d">/* </span><span style="color:#f67400;font-weight:bold"><![CDATA[</span><span style="color:#7a7c7d"> */</span>
<span style="color:#3f8058"><!--</span> oups <span style="color:#3f8058">--></span>
<span style="color:#609ca0">console</span><span style="color:#3f8058">.</span><span style="color:#8e44ad;font-style:italic">log</span>(a <span style="color:#3f8058">&</span> b)<span style="color:#3f8058">;</span>
<span style="color:#7a7c7d">/* </span><span style="color:#f67400;font-weight:bold">]]></span><span style="color:#7a7c7d"> */</span>
<span style="color:#f67400;font-weight:bold"><![CDATA[</span>
<span style="color:#3f8058"><!--</span> oups <span style="color:#3f8058">--></span>
<span style="color:#609ca0">console</span><span style="color:#3f8058">.</span><span style="color:#8e44ad;font-style:italic">log</span>(a <span style="color:#3f8058">&</span> b)<span style="color:#3f8058">;</span>
<span style="color:#f67400;font-weight:bold">]]></span>
<span style="color:#2980b9"></</span><span style="font-weight:bold">script</span><span style="color:#2980b9">></span>
</<span style="font-weight:bold">body</span>>
</<span style="font-weight:bold">html</span>>
</pre></body></html>
|