任何人都可以建议为什么以下是无效的严格xhtml 1.0?
package game;
import javax.swing.JFrame;
public class Main {
public static void main(String[] args)
{
JFrame frame = new JFrame ("Space Ship Game");
frame.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
frame.getContentPane().add(new DirectionPanel());
frame.pack();
frame.setLocationRelativeTo(null);
frame.setVisible(true);
}
}
答案 0 :(得分:1)
align
属性是表示性的,取而代之的是CSS。
段落可能不包含表格。
表单可能不是表的子节点。
表单的 name
属性已被移除,以支持id
。