table中td的大小随着td的内容变化,如果不想引起变化,可以引入<input>标签,或者设置<colgroup><col width = "?%" />,改为自适应格式
CSS中元素之间带有逗号为分组选择器,h1,h2,p { color:green; } 空格为嵌套选择器.marked p{ }: 为所有 class="marked" 元素内的 p 元素指定一个样式