設定DIV的背景色有哪幾種方法

來源:互聯網
上載者:User
設定DIV的背景色總共有倆種方法,一種是div標籤內直接設定背景顏色 ,一種是外部css設定div背景色 ,今天給大家詳細解讀一下這倆種方法。

一、div標籤內直接設定背景顏色

<div style="background:#000; color:#FFF">背景為黑色</div>

DIV標籤內設定背景色為黑色,字型顏色為白色

div設定背景顏色

div標籤內設定背景色

通過div標籤內設定style設定背景色等CSS樣式。

二、外部css設定div背景色

這裡為一個對象CSS命名為".divcss5",通過建立外部選取器設定DIV對象背景色

CSS代碼:

.divcss5{ background:#F00; color:#FFF} html原始碼:<div class="divcss5">背景色為紅色</div>

設定DIV的背景色的方法就是這倆種,有需要的朋友可以儲存一下,也請大家持續關注本站的其他更新。

相關閱讀:

DIV+CSS怎麼使用


什麼是CSS


HTML裡常用的連結標記註解

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.