xhtml & css 简易学习笔记(一)xhtml和css是用来制作网页的语言。1、推荐编辑软件: Notepad++2、一般格式
表格标题加粗,并且居中。19、怎样使表格合并列:<th colspan="2">Odd people</th> //2代表合并2列例:20、怎样改变表格的长宽:<table border="1" width="400" height="100" cellpadding="10" cellspacing="20">
20、怎样改变表格的长宽:<table border="1" width="400" height="100" cellpadding="10" cellspacing="20">
<table border="1" width="400" height="100" cellpadding="10" cellspacing="20">