主题:请教
<html>
<head>
<title>CSS Example<title>
<!--Hide CSS properties within comments so old browsers don't choke on or display the unfamiliar contents.-->
<style type="text/CSS">
<!--
H1{color:red}
-->
</style>
</head>
<body>
<H1>I'll be red if your browser supperts CSS</H1>
Something in between
<H1>I should be red,too!</H1>
</body>
</html>
把上面这段代码在自己的机器上试试,怎么做?怎么配置?我用的是AMPserv.谢谢,还有一些相关的概念,拜托说说.谢谢.
<head>
<title>CSS Example<title>
<!--Hide CSS properties within comments so old browsers don't choke on or display the unfamiliar contents.-->
<style type="text/CSS">
<!--
H1{color:red}
-->
</style>
</head>
<body>
<H1>I'll be red if your browser supperts CSS</H1>
Something in between
<H1>I should be red,too!</H1>
</body>
</html>
把上面这段代码在自己的机器上试试,怎么做?怎么配置?我用的是AMPserv.谢谢,还有一些相关的概念,拜托说说.谢谢.

您所在位置: