04 2013 档案

摘要:正常的普通表格<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <title>表格</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style> table { border-color:blue; text-space-collapse:collapse; bor 阅读全文
posted @ 2013-04-30 00:54 三颗咸鸭蛋 阅读(137) 评论(0) 推荐(0)
摘要:<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>列表相关标签</title></head><body><!-- 定义无序列表 --> <ul> <li>无序列表1</ 阅读全文
posted @ 2013-04-30 00:23 三颗咸鸭蛋 阅读(144) 评论(0) 推荐(0)