ptg16476052Spanning Multiple Rows or Columns 27510
Here’s the full text for the table example:
<!DOCTYPE html>
| Used Belt Deflection | Set deflection of new belt | |||
|---|---|---|---|---|
| Limit | Adjust Deflection | |||
| Alternator | Models without AC | 10mm | 5-7mm | 5-7mm |
| Models with AC | 12mm | 6-8mm | ||
| Power Steering Oil Pump | 12.5mm | 7.9mm | 6-8mm | |
▼Under normal circumstances, avoid the use of the style attribute and
instead use a style sheet for the page and apply classes where neces-
sary to style your table. Using the style attribute is the least efficient
way to apply styles to a page, but it makes the example more readable.NOTE▲