HTML table tag tutorial (8): background image attribute BACKGROUND

HTML table tag tutorial (8): background image attribute BACKGROUND

Set a background image for the table. You can use any GIF or JPEG image file.
Basic syntax
<TABLE BACKGROUND=FILE_name>
Syntax explanation <br />When defining a background image, write down the full path or relative path of the image file.
File example: 10-8.htm
Sets the background image of the table.
01 <!-- ------------------------------ -->
02 <!-- File example: 10-8.htm -->
03 <!-- File Description: Set the background image of the table-->
04 <!-- ------------------------------ -->
05 <HTML>
06 <HEAD>
07 <TITLE>Set the background image of the table</TITLE>
08 </HEAD>
09 <BODY>
10 <H1>Mainstream web design software</H1>
11 <TABLE BORDER=3 WIDTH=400 HEIGHT=100 Bordercolor=#336699 Background=10-8.jpg>
12 <TR>
13 <TD>Web Graphics Software</TD><TD>Fireworks</TD>
14 </TR>
15 <TR>
16 <TD>Web page creation software</TD><TD>Dreamweaver</TD>
17 </TR>
18 <TR>
19 <TD>Web animation software</TD><TD>Flash</TD>
20 </TR>
21 </TABLE>
22 </BODY>
23 </HTML>
File Description <br />Line 11 defines the background image of the table as 10-8.JPG

<<:  Analysis of the principle of Rabbitmq heartbea heartbeat detection mechanism

>>:  An example of elegant writing of judgment in JavaScript

Recommend

Detailed steps for using jib for docker deployment in Spring Cloud

Introduction to Jib Jib is a library developed by...

Configure selenium environment based on linux and implement operation

1. Using Selenium in Linux 1. Install Chrome Inst...

Detailed installation and uninstallation tutorial for MySQL 8.0.12

1. Installation steps for MySQL 8.0.12 version. 1...

Nest.js authorization verification method example

Table of contents 0x0 Introduction 0x1 RBAC Imple...

Docker packages the local image and restores it to other machines

1. Use docker images to view all the image files ...

MySQL green version setting code and 1067 error details

MySQL green version setting code, and 1067 error ...

Getting Started Tutorial for Beginnersâ‘§: Easily Create an Article Site

In my last post I talked about how to make a web p...

A brief discussion on Flex layout and scaling calculation

1. Introduction to Flex Layout Flex is the abbrev...

Linux loading vmlinux debugging

Loading kernel symbols using gdb arm-eabi-gdb out...

Six ways to reduce the size of Docker images

Since I started working on Vulhub in 2017, I have...

Detailed explanation of angular two-way binding

Table of contents Bidirectional binding principle...

Web designer's growth experience

<br />First of all, I have to state that I a...

What is the file mysql-bin.000001 in mysql? Can it be deleted?

After installing MySQL using ports, I found that ...

VMWare15 installs Mac OS system (graphic tutorial)

Installation Environment WIN10 VMware Workstation...

Detailed process of compiling and installing Storm on Kylin V10 server

1 Introduction Apache Storm is a free, open sourc...