Comparison and logical operators
<strong id=">=">
<p id="foo"></p>
<p id="10"></p>
</strong>
<strong id="!=">
<p id="foo"></p>
<p>Hello there!</p>
</strong>foo >= 10;
foo != 'Hello there!';<or>
<and>
<strong id=">=">
<p id="foo"></p>
<p id="10"></p>
</strong>
<strong id="==">
<p id="phrase"></p>
<p>Hello there!</p>
</strong>
</and>
<not>
<strong id="==">
<p id="reply"></p>
<p>General Kenobi</p>
</strong>
</not>
</or>Last updated