Quick-start template for xhtml in Chinese languange


/ Published in: XHTML
Save to your folder(s)

This quick-start xhtml is fixed with

* `content`: zh-CN(simplified chinese)
* `charset`: utf8

**Strongly recommend**
Codes typed into a text file encoding with utf8

Before you applied xhtml codes, all you need to do is to replace the following propertities.The list is just recommend rather than required.

* `${html.title}`
* `${meta.keywords}` (eg:HTML, DHTML, CSS, XHTML, JavaScript)
* `${meta.descp}` (eg:best practice xhtml coding)
* `${css.custom}` (eg:templete.css)
* `${css.othermedia}` weakly needed, just for case that your page need web version. (eg:templete-android.css)
* `${js.jquery}` jquery or any other js library, and a `CDN` is better. (eg:http://code.jquery.com/jquery-1.4.1.min.js)
* `${js.custom}` your js file. (eg:templete_utf8.js)
* `${css.inner}` here you can type css codes, and `@import url(templete.css);` as a way to include outter css file.
* `${js.inner}`
* `${html.bodycode}`

-----
2014-10-17 update

`` is deprecated
``

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.