Intermediary transaction http://www.aliyun.com/zixun/aggregation/6858.html ">seo diagnose Taobao guest cloud host technology Hall
What kind of Web page is a good Web page? Any simple conclusion is irresponsible, but I would like to discuss some of the aspects of Web authoring from my perspective that involve the user experience.
(1) is the theory of progressive degeneration followed?
When I was designing a website, I was testing both IE and Firefox to take into account browser compatibility (IE and Firefox used different interpreters) and, secondly, because Firefox is very easy to shut down JavaScript. I can easily test the site without JS support in the case of the operation, because in some places, JS is really forbidden to open. According to the theory of degeneration, your Web page will be able to operate without the support of JS or VB Script, but the user will inevitably suffer some loss in some experience convenience. If some of the features do depend on the script, I'm not opposed to using the noscript> tag, although it's not included in the standard, but I think it should at least tell the user which features are not available. It is also a mistake that DHTML has made, sacrificing users who cannot use scripts for a dynamic technology.
Another thing to be aware of is that not only Java scripts may not be supported, CSS may also not be supported. What should we do about it? First of all, I do not agree to return to the era of label layout, its shortcomings no longer repeat, then the next point is drawn out.
(2) is the full use of semantic tags?
Semantic tagging is a prominent feature of modern HTML as a description of Web page structure, and its representative tags include <h1> to <-h6>, <p>, <ul>, <li>, <address>, etc. These tags are called semantic tags, because they point to the role of specific text in the Web page, so that the web is layered, and more importantly, in the absence of CSS, their default format can still tell users the level of the site relationship, although may not be beautiful, but this conforms to the theory of degeneration, is much better than a layer of div nesting. In fact, screen readers also like such pages.
(3) Whether the Web page is concise enough
This point may be different people will have different opinions, but you can go to see the Western web design, and so on, are text content as the main body. Of course, there will be some more fancy sites, but I think that the psychological need to always remember that the purpose of the user came to the site is to obtain information, rather than appreciate your front-end technology, good front-end technology should let users not feel it exists but help users better processing information. So, check if your page has too many unnecessary decorative pictures and Java script, and finally, try to use less flash, because not all browsers support Flash. This is also good for Web page loading speed. Of course, if the picture is really too much, then, it is not possible to consider Css-sprite technology.
This article by the www.mogu001.cn webmaster feeds!