HTML 3.2 真的是特别糟糕! 最初的 HTML 绝没有打算要包含支持格式化文档的标签。HTML 标签原打算用于定义文档的的内容。 pThis is a paragraph/p h1This is a heading/h1 当诸如 font 这样的标签和 color 属性被加入 HTML3.2 的规范当中,它开始成为开发者
在网络上,随处都可以看到像报纸那样的格式化分栏。 HTML布局 - 使用表格 One very common practice with HTML, is to use HTML tables to format the layout of an HTML page. A part of this page is formatted with two columns, like a newspaper page.
来自 W3School 的 HTML 快速参考。可以打印它,以备日常使用。 HTML Basic Document htmlheadtitleDocument name goes here/title/headbodyVisible text goes here/body/html Text Elements pThis is a paragraph/pbr (line break)hr (horizontal rule)preTh