Untitled Page

To break lines in a paragraph, use the br tag.
My Bonnie lies over the ocean.
My Bonnie lies over the sea.
My Bonnie lies over the ocean.
Oh, bring back my Bonnie to me.
注意,浏览器忽略了源代码中的排版(省略了多余的空格和换行)。
请仅仅把标题标签用于标题文本。不要仅仅为了产生粗体文本而使用它们。请使用其它标签或 CSS 代替。
这个段落
在源代码中
包含许多行
但是浏览器
忽略了它们。
这个段落
在源代码 中
包含 许多行
但是 浏览器
忽略了 它们。
段落的行数依赖于浏览器窗口的大小。如果调节浏览器窗口的大小,将改变段落中的行数。
这是段落。
这是段落。
这是段落。
This text is bold
This text is strong
This text is big
This text is emphasized
This text is italic
This text is small
This text contains
subscript
This text contains
superscript
pre 标签很适合显示计算机代码:
Keyboard input
Teletype text
Sample text
Computer variable
注释:这些标签常用于显示计算机/编程代码。
<html>
<body>
<p>唐老鸭的地址:</p>
<address>
Donald Duck<br />
BOX 555<br />
Disneyland<br />
USA<br />
</address>
<br />
<p>W3School 的地址:</p>
<address>
<a href="mailto:service@w3school.com.cn">用户服务信箱</a><br />
上海赢科投资有限公司<br />
金桥开发区 789 号<br />
</address>
</body>
</html>
本文本 是一个指向本网站中的一个页面的链接。
本文本 是一个指向万维网上的页面的链接。
修改 HTML
最后一页
如果把链接的 target 属性设置为 "_blank",该链接会在新窗口中打开。
被锁在框架中了吗?
请点击这里!
一些老的浏览器不支持 iframe。
如果得不到支持,iframe 是不可见的。
每个表格由 table 标签开始。
每个表格行由 tr 标签开始。
每个表格数据由 td 标签开始。
注释:frame 属性无法在 Internet Explorer 中正确地显示。
Table with frame="box":
Table with frame="above":
Table with frame="below":
Table with frame="hsides":
Table with frame="vsides":
My Bonnie lies over the ocean.
My Bonnie lies over the sea.
My Bonnie lies over the ocean.
Oh, bring back my Bonnie to me.
注意,浏览器忽略了源代码中的排版(省略了多余的空格和换行)。
This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5
This is heading 6
请仅仅把标题标签用于标题文本。不要仅仅为了产生粗体文本而使用它们。请使用其它标签或 CSS 代替。
这个段落
在源代码中
包含许多行
但是浏览器
忽略了它们。
这个段落
在源代码 中
包含 许多行
但是 浏览器
忽略了 它们。
段落的行数依赖于浏览器窗口的大小。如果调节浏览器窗口的大小,将改变段落中的行数。
这是段落。
这是段落。
这是段落。
请看: 改变了颜色的背景。
This text is bold
This text is strong
This text is big
This text is emphasized
This text is italic
This text is small
This text contains
subscript
This text contains
superscript
这是 预格式文本。 它保留了 空格 和换行。
pre 标签很适合显示计算机代码:
for i = 1 to 10 print i next i
Computer code
Keyboard input
Teletype text
Sample text
Computer variable
注释:这些标签常用于显示计算机/编程代码。
<html>
<body>
<p>唐老鸭的地址:</p>
<address>
Donald Duck<br />
BOX 555<br />
Disneyland<br />
USA<br />
</address>
<br />
<p>W3School 的地址:</p>
<address>
<a href="mailto:service@w3school.com.cn">用户服务信箱</a><br />
上海赢科投资有限公司<br />
金桥开发区 789 号<br />
</address>
</body>
</html>
本文本 是一个指向本网站中的一个页面的链接。
本文本 是一个指向万维网上的页面的链接。
修改 HTML
最后一页
如果把链接的 target 属性设置为 "_blank",该链接会在新窗口中打开。
被锁在框架中了吗?
请点击这里!
一些老的浏览器不支持 iframe。
如果得不到支持,iframe 是不可见的。
每个表格由 table 标签开始。
每个表格行由 tr 标签开始。
每个表格数据由 td 标签开始。
一列:
500000 |
一行三列:
55550 | 200 | 300 |
两行三列:
100 | 200 | 300 |
400 | 500 | 600 |
带有普通的边框:
First | Row |
Second | Row |
带有粗的边框:
First | Row |
Second | Row |
带有很粗的边框:
First | Row |
Second | Row |
这个表格没有边框:
100 | 200 | 3666666 |
400 | 500 | 600 |
这个表格也没有边框:
100 | 200 | 300 |
400 | 500 | 600 |
表头:
姓名 | 电话 | 电话 |
---|---|---|
Bill Gates | 555 77 854 | 555 77 855 |
垂直的表头:
姓名 | Bill Gates |
---|---|
电话 | 555 77 854 |
电话 | 555 77 855 |
这是一个段落。 这是另一个段落。 | 这个单元包含一个表格:
| ||||
这个单元包含一个列表:
| HELLO |
横跨两列的单元格:
姓名 | 电话 | |
---|---|---|
Bill Gates | 555 77 854 | 555 77 855 |
横跨两行的单元格:
姓名 | Bill Gates |
---|---|
电话 | 555 77 854 |
555 77 855 |
没有 cellspacing:
First | Row |
Second | Row |
带有 cellspacing:
First | Row |
Second | Row |
背景颜色:
First | Row |
Second | Row |
背景图像:
First | Row |
Second | Row |
消费项目.... | 一月 | 二月 |
---|---|---|
衣服 | $241.10 | $50.20 |
化妆品 | $30.00 | $666666 |
食物 | $730.40 | $650.00 |
总计 | $1001.50 | $744.65 |
注释:frame 属性无法在 Internet Explorer 中正确地显示。
Table with frame="box":
Month | Savings |
---|---|
January | $100 |
Table with frame="above":
Month | Savings |
---|---|
January | $100 |
Table with frame="below":
Month | Savings |
---|---|
January | $100 |
Table with frame="hsides":
Month | Savings |
---|---|
January | $100 |
Table with frame="vsides":
Month | Savings |
---|---|
January | $100 |
ALOE Mask Pack
ALOE mask pack (25g)
VANEDO ALOE ESSENCE MASK SHEET PACK (Soohting/Convergence/Nutrition) | ||||||||
Includes aloe extract that help to prevent infection while it moisturizes dry skin. |
Product Details:
Material | Cotton |
Mask Form | Sheet |
Ingredient | Herbal |
Main Ingredient | Aloe Barbadensis Leaf Extract |
Gender | Female |
Use | Face |
Feature | Anti-Wrinkle, Moisturizer, Nourishing |
Place of Origin | Jeollabuk-do, South Korea |
Volume | 25g |
Syn-Ake Korean Facial
(Syn-Ake) korean facial mask sheet pack - 25 types (25g)
Product Details:
Form | Mask |
---|---|
Supply Type | OBM (Original Brand Manufacturing) |
Brand Name | VANEDO |
Certification | MSDS, ISO 9001:2008; KS Q ISO 9001:2009 |
Material | Cotton |
Mask Form | Sheet |
Ingredient | Herbal |
Main Ingredient | Syn-Ake |
Gender | Female |
Use | Face |
Feature | Firming, Moisturizer, Nourishing |
Place of Origin | Jeollabuk-do, South Korea |
Model Number | VMSP25G13 |
Volume | 25g |
Subscribe to:
Posts (Atom)