Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>try this....</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"&gt; &lt;title&gt;Style Test&lt;/title&gt; &lt;style type="text/css"&gt; #list { background-color: aqua; } .horizontal { display: inline; border-left: 2px solid; padding-left: 0.3em; } .first { border-left: none; padding-left: 0; } &lt;/style&gt; &lt;/head&gt; &lt;body&gt; &lt;div id="list"&gt; &lt;div&gt; &lt;ul&gt; &lt;li class="first"&gt;&lt;a href="#"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li class="horizontal"&gt;&lt;a href="#"&gt;About&lt;/a&gt; &lt;ul&gt; &lt;li class="first"&gt;&lt;a href="#"&gt;School&lt;/a&gt;&lt;/li&gt; &lt;li class="horizontal"&gt;&lt;a href="#"&gt;Vision and Mission &lt;/a&gt;&lt;/li&gt; &lt;li class="horizontal"&gt;&lt;a href="#"&gt;Principal’s desk&lt;/a&gt; &lt;li class="horizontal"&gt;&lt;a href="#"&gt;Management&lt;/a&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li class="horizontal"&gt;&lt;a href="#"&gt;Admission&lt;/a&gt; &lt;ul&gt; &lt;li class="first"&gt;&lt;a href="#"&gt;Overview&lt;/a&gt;&lt;/li&gt; &lt;li class="horizontal"&gt;&lt;a href="#"&gt;Download application form&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li class="horizontal"&gt;&lt;a href="#"&gt;Gallery&lt;/a&gt;&lt;/li&gt; &lt;li class="horizontal"&gt;&lt;a href="#"&gt;School Calander&lt;/a&gt;&lt;/li&gt; &lt;li class="horizontal"&gt;&lt;a href="#"&gt;News &amp; Events&lt;/a&gt;&lt;/li&gt; &lt;li class="horizontal"&gt;&lt;a href="#"&gt;Career&lt;/a&gt;&lt;/li&gt; &lt;li class="horizontal"&gt;&lt;a href="#"&gt;Contact&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&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