如何利用html5 建立个人博客

html-css07

如何利用html5 建立个人博客,第1张

这个不单是用HTML5就能建立起来的。目前html5在电脑上浏览器的支持并不是那么的全面,而且就算用html 5写出了博客页面,也需要用后台语言来进行程序上的编写,让博客页面有功能。。你可以用HTML+CSS学个简单的博客页面,然后再套个模板,比如wordpress,不过这个需要有些PHP的基础。。

public Person() throws TwoException {

System.out.println("Person Constructor...")

}

public void eat() throws OneException {

System.out.println("Person eat...")

}

public void say() throws TwoException {

System.out.println("Person say...")

}

}