开发者

how do I html5? [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago.

I've been reading through stuff on html5 but have a very basic question: what do I need for html5? Do I need to download anything (from w开发者_运维百科here?)?

I have LAMP...does HTML5 support mysql databases?


Here is an example page:

<!doctype html>
<html lang="en">
    <title>Test page</title>

    <article>An article</article>
</html>

Also you might want to check out html5 boilerplate http://html5boilerplate.com/


HTML 5 requires nothing special from web servers.


You do nothing - you just do what you always do with any HTML files. HTML5 only works in browsers that support new HTML5 tags. Those that don't support new tags will be rendered as just another inline tag.

mySQL doesn't care about what HTML you use. You need to use PHP or programming language to interface with DB to output to a HTML file.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜