Can the <span> tag be used in Netscape, or is it an Internet Explorer-only tag?
Created May 4, 2012
Jayesh Nazre Well you can use the span tag in both IE as well as NS. I have tried the following piece of code in IE5.5 and NS Communicator 4.74
<html> <body> <P> Here is some normal paragraph text. It looks OK, but it would look much better if it were <SPAN STYLE="color:blue; font-weight:bold; font-style:italic"> in bright, bold, italic blue. </SPAN> </body> </html>For getting a list of tags supported by Netscape visit the following URL: http://developer.netscape.com/docs/manuals/htmlguid/tags_complete.html.