"HTML Background" November 16, 2015 Learning HTML notes

Source: Internet
Author: User
Tags html notes

1. Background:<body> has two tabs for the configuration background. The background can be a color or an image.

2. Background color--bgcolor: Background Color property sets the background to a color. The property value can be a hexadecimal number, an RGB value, or a color name.

bgcolor="#000000"bgcolor="rgb(0,0,0)"bgcolor="black">

The above code sets the background color to black.

3. Background--background

Background property sets the background as an image. The property value is the URL of the image. If the image size is smaller than the browser window, the image is copied throughout the browser window.

background="clouds.gif"background="http://www.w3school.com.cn/clouds.gif">

The URL can be a relative address

4. Basic precautions

The background color (bgcolor), background (background), and text properties in the <body> tag have been deprecated in the latest HTML standards (HTML4 and XHTML). These attributes have been removed by the consortium in their recommendation criteria.

You should use cascading style sheets (CSS) to define the layout and display properties of HTML elements.

"HTML Background" November 16, 2015 Learning HTML notes

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

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.