.

.

.

.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
#innerClass {
	font-family: "方正姚体";
	font-size: 24px;
	border: 1px dotted #000000;
	color:#0000FF;
}
-->
</style>
</head>

<body>
<div  >样式规则的文本</div>
<script>
document.getElementById("innerClass").style.color="red";
innerClass.style.fontSize="72px";
innerClass.style.fontStyle="italic";

</script>
</body>
</html>

相关文章:

  • 2018-08-19
  • 2022-12-23
  • 2022-12-23
  • 2018-05-06
  • 2021-07-27
  • 2022-12-23
  • 2021-04-18
  • 2021-07-09
猜你喜欢
  • 2021-11-22
  • 2021-12-09
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-02
相关资源
相似解决方案