我們為大家收集整理了關於html標簽轉換,以方便大家參考。
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>無標題文檔</title>
<script language="javascript" >
function showBox(item){
for(var i=1;i<arguments.length;i++){
document.getElementById("r_"+arguments[i]).style.display="none";
document.getElementById("n_"+arguments[i]).className="nr1";
}
document.getElementById("r_"+item).style.display="block";
document.getElementById("n_"+item).className="nr2";
}
</script>
<style type="text/css">
.nr1{background-color:#4A8BBF;color:white;width:110px;height:20px;line-height:19px;border:1px solid #8FB7D7;border-bottom:none;font-weight:bold;font-size:14px;cursor:pointer;}
.nr2{background-color:#EBF4FD; color:#176AAD;width:110px; height:20px; line-height:19px; border:1px solid #8FB7D7; border-bottom:none;font-weight:bold; font-size:14px; cursor:pointer;}
#cc{width: 230px;height:255px;border: 1px solid #183086;background-color: #F1F8FD;overflow: hidden;}
</style>
</head>
希望大家可以學會html標簽轉換.想了解更多精彩內容,請關注我們的網站!
相關推薦:
html標簽注釋方法