淡水求咸

博客园已经停止更新,请移步 http://lovecjh.com/

导航

2013年1月27日

HTML基础(一)

摘要: 1.HTML三部分:<html></html> <title></title> <body></body>例子:<html><title>This the first HTML page</title><body>This the HTML web page!</body></html>运行结果:2.标题格式:<hn 属性>文字添加部分</hn> 其中 n=1~6例子:<html><title>This 阅读全文

posted @ 2013-01-27 21:15 深圳彦祖 阅读(595) 评论(0) 推荐(1) 编辑