HTML IE特定代码

T.T*_*.T. 2 html css firefox internet-explorer

如果浏览器是IE,我可以使用特定的HTML吗?(假设FF是默认浏览器)
Foe示例:

html line 1  

if IE 
html line 2  
else
html line 2  

html line 3    
html lin3 4
Run Code Online (Sandbox Code Playgroud)

我知道使用不同的CSS,但这不适用于此.

谢谢.

Ash*_*son 6

IE理解"条件注释",您可以使用它来有选择地显示特定版本的标记.这是一个介绍:

http://www.quirksmode.org/css/condcom.html