Html-背景属性

Posted DaLiangChen

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Html-背景属性相关的知识,希望对你有一定的参考价值。

常用的背景属性

属性描述说明
background-color背景颜色
  • red;
  • #ff0;
  • rgb(255,0,0); 0-255
background-image背景图片
  • Url
background-repeat背景图片的平铺
  • no-repeat
  • repeat
  • repeat-x
  • repeat-y
background-position背景图片的定位background-position:水平位置 垂直位置
background-attachment背景图片的固定
  • scroll 滚动
  • fixed 固定

以上是关于Html-背景属性的主要内容,如果未能解决你的问题,请参考以下文章

Html-背景属性

HTML设置字体的背景色

前端笔记九,背景边框和补丁相关属性

CSS 常用样式 – 背景属性

html 背景属性

html 如何让背景图片充满全图,就是拉伸