It is certainly possible and very straightforward. Post a link to the
page so we can see the code.
I have copied the code below.
I want to link the "Memory" to a html page and also it should continue
to be a list. The moment I enter " <A href = "index.html"> Memory </
a>" the Memory text disappears.
CODE --
<body>
<ul id="2" class="none">
<br>
<li><font face="Arial" color="#0074C1">
<span style="font-size: 11pt; font-weight: 700"><a
href="product_new.html">Products</a></span></font></li>
<li>
<span style="font-size: 8pt; font-weight: 700"> Memory</
a></span>
<ul id="2" class="none">
<li><font face="Arial" color="#0074C1">
<span style="font-size: 8pt; font-weight: 700"> TSMC</
span></font>
<ul class="none">
<li><font face="Arial" color="#0074C1">
<span style="font-size: 8pt; font-weight: 700">
45</a></span></font>
<ul class="none">
<li><font face="Arial" color="#0074C1">
<span style="font-size: 8pt; font-weight:
700"> GS</a></span></font>
<ul class="none">
<li><font face="Arial" color="#0074C1">
<span style="font-size: 8pt; font-weight:
700"> <a href="TSMC_Memory_45nm_SRAM.html">SRAM </a></
span></font>
</li>
<li><font face="Arial" color="#0074C1">
<span style="font-size: 8pt; font-weight:
700"> <a href="TSMC_Memory_45nm_ULL.html"> Ultra Low
Leakage</a></span></font>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</body>