The sixth day : XHTML code specifications

At the beginning of the formal content creation, we must first understand what web standards-related code specifications.
Understanding of these specifications can help you avoid detours, check through the code as soon as possible. So that we have a unified code, the only standard!

1. All the tags must have a corresponding end tag
Previously in HTML, you can open a lot of labels, such as <p> and <li> not necessarily write the corresponding </ p> and </ li> to close them. However, in XHTML, which is illegal. XHTML requires a rigorous structure, all tags must be closed. If it is not a separate label on the label finally add a “/” to close it. For example:

<br /> <img height=”80″ alt=”web designer” src=”../images/logo_w3cn_200x80.gif” width=”200″ />

» Read more…

The fifth day Setting the head and other areas

These techniques mainly about meta tags set, and in fact has little to comply with web standards, as long as the note at the end add “/” off label on the can, but since it is Tutorial to write more, you know.

Favorites icon

First, the icon to make a 16×16 icon named favicon.ico, placed in the root directory. Then head embedded in the following code areas:
» Read more…

The fourth day : of the style sheet called

Standard design with a web site, the main method is the use of transitional XHTML + CSS, css style sheet is essential. This requires that all Web designers must be familiar with CSS, if you did not previously used, now to start learning it. To create a consistent standard web site, do not know CSS is not a beautiful page design.

In fact, all performance areas will need to use CSS to achieve. We previously have used to locate and use the table layout, is to use DIV to position and layout. Changes in the way of thinking this is a beginning, some are not used. Oh, there will be resistance to any change, in order to enjoy the standard to give the “benefit” and give up some of the old traditional approach is worthwhile.

External style sheet called » Read more…

The third Day : definition language code

The third step is to define your language code:

<meta http-equiv=”Content-Type” content=”text/html; charset=gb2312″ />

In order to be the browser correctly interpreted and passed W3C code validation, all XHTML documents must declare they use coded language, we generally use the gb2312 (Simplified Chinese), making multi-language page is also possible to use Unicode, ISO-8859-1 and so on, according to your needs definition. » Read more…

The second day : What is the name space ?

Well after the DOCTYPE declaration, the following code:

<html xmlns=”http://www.w3.org/1999/xhtml” lang=”gb2312″>

The code is usually HTML4.0 <html>, where the “ xmlns “What is it?

The “xmlns” is short for XHTML namespace, called the “namespace” statement. Name space is effect? Acha understanding is: » Read more…

The first day : the choice of what kind of DOCTYPE

Preface
Hello everybody! This series of articles is written W3CN Ah Jie. Some experience in the production process and experience, we want a little help.
Also, thanks for sharing with us Acha experience and knowledge. Well, let us begin

First day
Started making standard sites, the first thing is a statement consistent with their needs DOCTYPE.
» Read more…

how to apply the standards to improve the existing WEB site?

Most of our designers are still using the traditional form in the layout and structure of mixed performance way to build websites. Learn to use XHTML + CSS approach is a process, so that the existing site conforms to Web standards and can not in one step. The best way is a gradual, phased to gradually achieve the goal of full compliance with web standards. If you are a beginner or not very familiar with the code can also be used to follow the standard of editing tools, such as Dreamweaver MX 2004, it is the most complete support tool for CSS standards. » Read more…

What are the benefits by Using WEB standard construction site?

Most of us have a profound experience, whenever the major browser version of the upgrade, we just created the site may become obsolete, we need to upgrade or re-construction site again. For example, the typical 1996-1999 “browser wars”, for compatibility with Netscape and IE, both sites have to write different code browser. Similarly, whenever a new network technology and the emergence of interactive devices, we also need to make a new version to support this new technology or new equipment, such as support for WAP mobile Internet technology. Similar problems abound: Site code bloat, complexity cost us a lot of bandwidth; for a browser DHTML effects, shielding some of the potential customers; difficult to use the code, people with disabilities can not browse websites. This is a vicious circle, is a huge waste. » Read more…

What’s Web standards

what’s web2.0 ,What’s Web standards

The term Web 2.0 is associated with web applications that facilitate interactive systemic biasesinteroperabilityuser-centered design,[1] and developing the World Wide Web. A Web 2.0 site allows users to interact and collaborate with each other in asocial media dialogue as consumers of user-generated content in a virtual community, in contrast to websites where users (prosumers) are limited to the active viewing of content that they created and controlled. Examples of Web 2.0 include social networking sitesblogswikisvideo sharing sites, hosted servicesweb applicationsmashups and folksonomies. » Read more…

Hutshow.com

is a CSS web design resource weblog

Page 2 of 212