html網(wǎng)頁背景顏色黑色(網(wǎng)頁背景是黑色怎么辦)
本篇文章給大家談?wù)刪tml網(wǎng)頁背景顏色黑色,以及網(wǎng)頁背景是黑色怎么辦對(duì)應(yīng)的知識(shí)點(diǎn),希望對(duì)各位有所幫助,不要忘了收藏本站喔。
本文目錄一覽:
- 1、html中 標(biāo)簽背景顏色 我寫的是藍(lán)色,但顯示是黑色?怎么回事?
- 2、html 點(diǎn)一個(gè)該背景就變成黑色
- 3、如何在html中設(shè)置網(wǎng)頁背景顏色
html中 標(biāo)簽背景顏色 我寫的是藍(lán)色,但顯示是黑色?怎么回事?
首先 你的bgcolor 用的引號(hào)不正確.應(yīng)該用英文里的雙引號(hào).
另外 你表格里缺少tr/tr標(biāo)簽
把你的代碼應(yīng)該改為
table border="1" bgcolor="light blue" width="850"
tr
td align="center"td
/tdtd首頁/td
/tr
/table
建議你用CSS來控制元素的屬性,另外,染色建議用RGB值來寫.
html 點(diǎn)一個(gè)該背景就變成黑色
script language="javascript"
function changeme(n)
{
for(i=0;isec_tab.cells.length;i++)
sec_tab.cells[i].className="bg_one";
sec_tab.cells[n].className="bg_two";
}
/script
style type="text/css"
.bg_one {background:#ffffff;}
.bg_two {background:#000000;}
/style
table id="sec_tab"
tr
td onclick="changeme(0)" class="bg_one"one/td
td onclick="changeme(1)" class="bg_one"two/td
td onclick="changeme(2)" class="bg_one"three/td
td onclick="changeme(3)" class="bg_one"four/td
/tr
不是插丕系統(tǒng)可以用的
/table
如何在html中設(shè)置網(wǎng)頁背景顏色
htmlhead/headbody
div style="background-color:red;height:100px"/div
div style="background-color:blue;height:200px"/div
/body/html
顏色自己調(diào),可以用取色器查看顏色,例如background-color:#789999; 如果需要加邊框可以用border屬性
htmlhead/headbody
div
div style="float:left;height:100px;width:50%;background-color:green;"/div
div style="float:left;height:100px;width:50%;background-color:red;"/div
/div
div style="background-color:blue;height:200px;clear:both;"/div
/div/div/body/html
建議你先了解一下div/CSS布局,同一種布局有不同的實(shí)現(xiàn)方式。
關(guān)于html網(wǎng)頁背景顏色黑色和網(wǎng)頁背景是黑色怎么辦的介紹到此就結(jié)束了,不知道你從中找到你需要的信息了嗎 ?如果你還想了解更多這方面的信息,記得收藏關(guān)注本站。
掃描二維碼推送至手機(jī)訪問。
版權(quán)聲明:本文由飛速云SEO網(wǎng)絡(luò)優(yōu)化推廣發(fā)布,如需轉(zhuǎn)載請注明出處。