多媒体页面(Alternative Inline Elements) 409 days ago Read More
多媒体页面(Alternative Inline Elements)
嵌入多媒体文本(EMBED)
基本语法 embed src=# #=URL
本标记可以用来在主页中嵌入多媒体文本,如:电影(movie), 声音(sound), 虚拟现实语言(vrml)... ... 体会 embed 标记,您需要把 plugin 安装完备。请注意:embed attributes are d...
多窗口页面(Frames) 409 days ago Read More
多窗口页面(Frames)
基本语法
frameset ... /framesetframe src="url" noframes ... /noframes
在 noframes 标记后的文字将只出现在不支持 FRAMES 的浏览器中。 HTML HEAD /HEAD FRAMESET FRAME SRC="url" NOFRAMES ....
表格进阶(TABLE ADVANCED) 409 days ago Read More
表格进阶(TABLE ADVANCED)
表格的色彩
表元的背景色彩和背景图象th bgcolor=# th background="URL"
#=rrggbb 16 进制 RGB 数码, 或者是下列预定义色彩名称:Black, Olive,Teal, Red, Blue,Maroon, Navy,Gray, Lime, Fuchsia, White,Green, Purple,...
表格(TABLE)标记(TAGS) 409 days ago Read More
表格(TABLE)标记(TAGS)
表格的基本语法
table.../table - 定义表格tr - 定义表行th - 定义表头td - 定义表元(表格的具体数据)带边框的表格:table bordertrthFood/ththDrink/ththSweet/thtrtdA/tdtdB/tdtdC/td /...
表单(FORM)标记(TAGS) 409 days ago Read More
表单(FORM)标记(TAGS)
基本语法
表单的基本语法
form action="url" method=*... ... input type=submit input type=reset/form
*=GET, POST
表单中提供给用户的输入形式
input type=* name=**
*=text, password, checkbox, radio...
图象(IMAGE)标记(TAGS) 409 days ago Read More
图象(IMAGE)标记(TAGS)
链入图象的基本语法
img src=# #=图象的 URL
img alt=# #=在浏览器尚未完全读入图象时,在图象位置显示的文字。
img src="f.gif" alt="MY FACE :-)"
图象和文字的对齐
img align=# #=top, middle, bottom
img src=URL align=top...
文字布局(TEXT STYLE)标记(TAGS) 409 days ago Read More
文字布局(TEXT STYLE)标记(TAGS)
行的控制
段(Paragraph) (可以看作是空行) p
你好吗?p很好。
你好吗?
很好。
换行 br
你好吗?br很好。
你好吗?很好。
不换行nobr
nobr 请改变您浏览器窗口的宽度, 使之小于这一行的宽度, 看看这个标记的作用!/nobr
请改变您浏览器窗口的宽度,使之小于这一行的宽度,看看这...
字体(FONT)标记(TAGS) 409 days ago Read More
字体(FONT)标记(TAGS)
标题字体(Header)
h# ... /h# #=1, 2, 3, 4, 5, 6
h1今天天气真好!/h1 今天天气真好!
h2今天天气真好!/h2 今天天气真好!
h3今天天气真好!/h3 今天天气真好!
h4今天天气真好!/h4 今天天气真好!
h5今天天气真好!/h5 今天天气真好!
h6今天天...
页面(Page) 409 days ago Read More
页面(PAGE)标记(TAGS)
HTML 文件结构(Document Structures)
html.../htmlhead.../headbody.../body
HTMLHEAD title, base, link, isindex, meta/HEADBODY HTML 文件的正文写在这里... ... /BODY...
字体(FONT)标记(TAGS) 410 days ago Read More
字体(FONT)标记(TAGS) 标题字体(Header)h# ... /h# #=1, 2, 3, 4, 5, 6h1今天天气真好!/h1 今天天气真好!h2今天天气真好!/h2 今天天气真好!h3今天天气真好!/h3 今天天气真好!h4今天天气真好!/h4 今天天气真好!h5今天天气真好!/h5 今天天气真好!h6今天天气真好!/h6...