读书人

xhtml amp; css 简易学习札记(一)

发布时间: 2012-08-11 20:50:31 作者: rapoo

xhtml & css 简易学习笔记(一)
xhtml和css是用来制作网页的语言。
1、推荐编辑软件: Notepad++

2、一般格式

xhtml & css 简易学习札记(一)
表格标题加粗,并且居中。

19、怎样使表格合并列:<th colspan="2">Odd people</th> //2代表合并2列例:


xhtml & css 简易学习札记(一)


20、怎样改变表格的长宽:
<table border="1" width="400" height="100" cellpadding="10" cellspacing="20">












读书人网 >CSS

热点推荐