Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>The first <code>&lt;li&gt;</code> inside the second <code>&lt;ul&gt;</code> is missing a closing tag ... looks like you've copied and pasted the code, so the error appears a few times.</p> <pre><code>&lt;ul&gt; &lt;li class='headlink'&gt;&lt;a href='home' class='inactive'&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li class='headlink'&gt;&lt;a href='about' class='inactive'&gt;About&lt;/a&gt; &lt;ul class='About'&gt; &lt;li class='headlink'&gt;&lt;a href='about'&gt;About&lt;/a&gt; &lt;!-- MISSING TAG HERE --&gt; &lt;li&gt;&lt;a href='management-team' class='inactive'&gt;Management Team&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href='partners' class='inactive'&gt;Partners&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href='global-one-standard' class='inactive'&gt;Global One Standard&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href='business-investment-opportunities' class='inactive'&gt;Business &amp; Investment Opportunities&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li class='headlink'&gt;&lt;a href='services' class='active'&gt;Services&lt;/a&gt; &lt;ul class='Services'&gt; &lt;li class='headlink'&gt;&lt;a href='services'&gt;Services&lt;/a&gt; &lt;!-- MISSING TAG HERE --&gt; &lt;li&gt;&lt;a href='brokerage' class='inactive'&gt;Brokerage Group&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href='development-group' class='inactive'&gt;Development Group&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li class='headlink'&gt;&lt;a href='projects' class='inactive'&gt;Projects&lt;/a&gt; &lt;ul class='Projects'&gt; &lt;li class='headlink'&gt;&lt;a href='projects'&gt;Projects&lt;/a&gt; &lt;!-- MISSING TAG HERE --&gt; &lt;li&gt;&lt;a href='hilton-garden-inn' class='inactive'&gt;Hilton Garden Inn&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href='federal-plaza' class='inactive'&gt;Federal Plaza&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li class='headlink'&gt;&lt;a href='contact' class='inactive'&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; </code></pre>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload