1.table,title,td,tr
<!--html常用元素--> <html> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> <title>无标题</title> </head> <body> <table width="200" border="1"> <tr> <td bgcolor="#FF0000"> First </td> <!--行标记--> <td bgcolor="#FFFF00"> Second </td> </tr> </table> </body> </html>
First | Second |
2.about_meta,title,refresh,body,pre,h1,span,b,i,u,tt,sup,sub,s, ,®,©...
title 标题
refresh 刷新
body 主体
pre 换行
description 网站摘要
h1 字体大小
span 行标记
i 字体倾斜
u 下划线
sup 上标
sub 下标...
实体标记   空格
代码:
<!--html常用元素1--> <html> <head> <meta http-equiv="content-type" content="text/html;charset=UTF-8"/> <meta name="keywords" content="关键字" /> <meta name="description" content="描述"/> <meta http-equiv="refresh" content="1;URL=http://www.baidu.com"/> <title> 测试 2 </title> <body> waiting...(pre) <pre>3,2,1...</pre> <h1>h1</h1> <h1 style="font-size:6px">h1</h1> <span>1</span> <span>2</span> <pre><b>bbb</b></pre> <pre>bbb</pre> <h2>h2</h2> <h3>h3</h3> <h4>h4</h4> <h5>h5</h5> <h6>h6</h6> 空*10 格 空 格 © 版权 ® 商标 </body> </html>
效果:
waiting...(pre)
3,2,1...
h1
h1
1 2
bbb
bbb
h2
h3
h4
h5
h6
空*10 格 空 格 ? 版权 ? 商标
3.a href,div,ul,ol,li
a href 超链接
....待续
Html之常用元素----ShinePans,布布扣,bubuko.com
时间: 2024-10-20 04:09:58