企业网站设计规划和网页设计问题归纳(Enterprise website design, planning and web design issues are summarized).docVIP

  • 5
  • 0
  • 约1.31万字
  • 约 11页
  • 2017-10-05 发布于河南
  • 举报

企业网站设计规划和网页设计问题归纳(Enterprise website design, planning and web design issues are summarized).doc

企业网站设计规划和网页设计问题归纳(Enterprise website design, planning and web design issues are summarized)

企业网站设计规划和网页设计问题归纳(Enterprise website design, planning and web design issues are summarized) Recently, I had to update one of my clients old websites so that it could meet accessibility standards. The idea of mining older code three or four years ago is simply unattractive, largely because many of the programming conventions I used are no longer applicable, especially from accessibility. I used absolute font sizes, fixed page widths, and tables to do layout and spatial allocation. Like many websites built at that time, my clients Web site uses Cascading Style Sheets (CSS) to format text. It does not use any of the more powerful layout features of CSS, nor does it allow HTML devices to be independent, which is one of the major advantages of CSS accessibility. How did the problem arise? Before I outline ways to make web sites more accessible, it may be helpful to understand the causes of many of these current accessibility issues: A superficial understanding of HTML: in the big development of the Internet in the 1990s, everyone began to build websites. The WYSIWYG editor makes it easy for almost everyone to build a web site without bothering to learn HTML. Unfortunately, this convenience in use brings some crappy code that hinders accessibility. The limitations of HTML in the design: developers and designers often intentionally misuse HTML tags, especially table tags, to overcome the limitations of HTML in the layout and design of the. This design can also cause code that prevents accessibility. start If you are building a new web site from scratch, its easy to improve accessibility through CSS. But you can still easily transform existing websites into CSS forms. Step 1: check the existing code For better illustration, Ill use the simple HTML code in table A to represent a page using CSS. This example assumes that the page isnt using CSS yet, but you can also use similar methods to evaluate a CSS based site. The main difference is that most changes will take place in t

您可能关注的文档

文档评论(0)

1亿VIP精品文档

相关文档