February 10th, 2008 admin
Most of our designers still in the traditional form layout, performance and structure mixed with the means to build websites. Learning to use XHTML + CSS approach requires a process so that the existing site conforms to the standard site will not step in place. The best…
Posted in Xhtml and Web Design | 2 Comments »
February 7th, 2008 admin
Xhtml + css site reconstruction of the web standards, and so on articles like too much, I will not repeat, the most simple production xhtml + css page, although the method is very simple, but there are a few people really do not know …. at least not search google search.
…
Posted in Xhtml and Web Design | No Comments »
February 6th, 2008 admin
1. Basic syntax of CSS is defined by three components: selectors (selector), attributes (properties) and the attribute values (value).
Basic format is as follows:
(Selector property: value)
(Selectors (attributes: value)) …
Posted in Css+Div Web Design | No Comments »
February 6th, 2008 admin
By the end of 2000, the international W3C (World Wide Web Consortium) announced organizations issued XHTML version 1.0. XHTML 1.0 is a basis in HTML 4.0 optimization and improvement of the new language, XML-based application to. XHTML is an enhanced HTML, its scalability…
Posted in Xhtml and Web Design | No Comments »
February 3rd, 2008 admin
So that we will have a three CSS document. SiteComm.css: Any site can use the style of the paper, the definition of the common html tags style. SiteLayout.css: Site layout documents, could apply to most of the structure of the site, details need to be adjusted. …
Posted in Xhtml and Web Design | No Comments »
January 30th, 2008 admin
Nana beginning of everything, especially as I am painting page form with three years of painting, but I could not resist the temptation to web standards, that the separation of content and performance of really good ideas.
But it is a pity that there was not a good editing software,…
Posted in Xhtml and Web Design | No Comments »
January 30th, 2008 admin
CSS reference (1, the basic grammar)
1. Basic grammar
1. CSS syntax:
CSS is defined by three components:
Selectors (selector), attributes (properties) and the attribute values (value).
…
Posted in Xhtml and Web Design | No Comments »
January 19th, 2008 admin
Elements:
1 / correct XHTM labeling (HTML4.01 can also be used)
2 / CSS control the correct use of fonts, colors, blank
3 / minimize the use of XHTMl form layout and design through to avoid CSS forms of multi-nested
4…
Posted in Xhtml and Web Design | No Comments »
January 18th, 2008 admin
Onestab.net
Web development technology known http://www.onestab.net/, ultra-Zan, a good look!
Flashempire CSSer Club:
We have built this page, and everyone is to study and test XHTML,…
Posted in Xhtml and Web Design | No Comments »
January 15th, 2008 admin
XHTML three DOCTYPE definition.
<DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Transitional / / EN"
"Http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Transition (Transitional): very relaxed requirements…
Posted in Xhtml and Web Design | No Comments »