Use of labels

Source: Internet
Author: User
Tags comparison table
The table properties that IE was introduced separately and obtained HTML3.0 specification are:
<THEAD>-Specifies the Table head
<TBODY>-Specifies the Table body
<TFOOT>-Specifies the Table footer
<COLGROUP>-Used to group column alignments
<COL>-Used to specify individual column alignments
Here is an example of me, more annoying, friends can have a look. The primary purpose of these properties is to reflect the script-driven dynamic effects.

<! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 transitional//en" >
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<meta http-equiv= "Content-type" content= "text/html; charset=gb2312 ">
</HEAD>

<body bgcolor= "#FFFFFF" >
<table BORDER frame=hsides rules=cols>
<col align=left>
<colgroup span=3 Align=center valign=middle>
<thead bgcolor= "#FF0000" >
<caption Align=center><font size=+1><b>
A section of the Comparison table</b></font>
</CAPTION>
<TR>
<td><b>element<b></td><td><b>internet explorer</b></td>
<TD><B>Netscape</B></TD><TD><B>Mosaic</B></TD>
</TR>
</THEAD>
<tbody bgcolor= "#33CCFF" >
<TR>
<TD><B></TD><TD>X</TD><TD>X</TD><TD>X</TD>
</TR>
<TR>
<td><base ...></td><td>x</td><td>x</td><td>x</td>
</TR>
<TR>
<TD> ... Href</td><td>x</td><td>x</td><td>x</td>
</TR>
<TR>
<TD> ... Target</td><td>x</td><td>x</td><td></td>
</TR>
<TR>
<td><basefont ...></td><td>x</td><td>x</td><td></td>
</TR>
<TR>
&LT;TD valign=top> ... Size</td><td>x<br><font size=-1>
(Only Visible<br>when font<br>size= used<br>
As OK) </font></td><td valign=top>x</td>
<TD></TD>
</TR>
<TR>
<TD> ... Face</td><td>x</td><td></td><td></td>
</TR>
<TR>
<td valign=top><bgsound ... ></td><td valign=top>x</td>
<td></td><td>x<br><font size=-1> (would spawn<br>player for<BR>
. mid files) </FONT></TD>
</TR>
</TBODY>
<tfoot bgcolor= "#6699CC" >
<TR>
<TD> ... </td><td>[...</td><td&gt ...] </TD><TD>...</TD>
</TR>
<caption Align=bottom><font size=+1><b>
This is <TFOOT> content</b></font>
</CAPTION>
</TFOOT>
</TABLE>
</BODY>
</HTML>

Tbody is said to strengthen the control of the form, but after my many experiments is not useful.
=================================
First, DW does not generate tbody code at all
Second, DW simply do not recognize tbody code
=================================
Tbody code if it wasn't for you to use your handwriting, the form of your saved file will generate the TBODY code only if you save it as a IE5 when you open a Web page with a. (Even if your form doesn't have tbody code at all, IE5 saves it to you) you can do a form, open it with IE and save it as, see the code for the file you saved as. (Wordy,!!!. )
=================================
It can be thought that only ie5+ can recognize tbody
=================================
I don't know if FP can generate tbody. I didn't use it.

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.