2008-04-22

HTML 超级链接实例

关键字: html
创建超链接 <html> <body> <p> <a href="/index.html"> This text</a> is a link to a page on this Web site. </p> <p> <a href="http://www.microsoft.com/"> This text</a> is a link to a page on the World Wide Web. </p> </body> </html> 图像超链接 <html> ...
2008-04-22

HTML 文本格式化实例

关键字: html
文本格式化 b,strong标签粗体,br换行,big字体变大,em,i斜体,small字体变小,sub向下靠子字符串,sup向上靠子字符串 <html> <body> <b>This text is bold</b> <br> <strong>This text is strong</strong> <br> <big>This text is big</big> <br> <em>This text is emphasized</em> <br> ...
2008-04-22

HTML 初学-基础标签实例

关键字: html
本人好记忆力极差,记于此以备查询。 HTML 基础标签实例 一个简单的html <html> <body> <p>试试看</p> </body> </html> 简单的段落 <html> <body> <p>This is a paragraph.</p> <p>This is a paragraph.</p> <p>This is a paragraph.</p> <p>This is a p tag.</p> </body> </html> 更多 ...
t0uch
搜索本博客
最近加入圈子
存档
最新评论