left-caption-desc.html
来自「CSS lets learn this step by step...」· HTML 代码 · 共 29 行
HTML
29 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html lang="en"> <head><meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"> <title>Long description for example showing caption to the left of a table</title> </head> <body> <h1>Long description for example showing caption to the left of a table</h1><P>This diagram shows the relationship between a table and acaption to its left and how they behave in the visual formattingmodel.<P>The diagram shows a table with 3 columns, one row of headers, andsix rows of data cells. The table is centered within its containingblock, whose left and right edges are depicted by vertical lines andlabeled "current margins". A paragraph of text precedes the table.<P>To the left of the left containing block edge, a right-justifiedparagraph of five lines is aligned with the bottom of the table.Thus, this left caption lies in the left margin of the body.<P><a href="../../tables.html#img-left-caption">Return to image.</a> </body></html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?