8 fatal errors in Web development and fatal errors in web Development
Now, there are more and more so-called "tutorials" to help us improve the ease of use of the website. This article collects some small issues that are prone to errors and ignored in Web development, and provides reference solutions to help Web developers better improve their websites.
By avoiding the following small errors, we can make our website more friendly.
Error 1: The label of the form is not associated with the form field.
The "for" attribute allows users to click the label or select the content in the form. This can expand the check box and click area of a single region, which is very practical.
Error 2: The logo image is not linked to the home page.
Click the Website logo to go to the home page, which has become a conditioned reflection of netizens. In addition, it is worth mentioning that the logo is specified in the upper left corner.
Error 3: cannot identify whether the link has been accessed
The accessed connection status should be different from those that have not been accessed, so that users can intuitively understand which link has already been clicked.
Error 4: the currently selected active form item is not highlighted.
You can use "focus" to show that the selected text area is dynamic. You can also use CSS styles, such as highlighted borders or slightly changed background colors.
Error 5: There is no alt image description in the image.
You may think it doesn't matter, but it is necessary! Remember to add a descriptive alt attribute to your image. Unless this image is obviously used for decoration, the alt attribute can be blank (but still exist !). If an image is used as a link, you can enter a link address.
Error 6: the background color is not set after the background image.
It is common to use background images after content text, but we also need to consider that if the background image is disabled by the client, it is best to set a background color similar to the background image, to prevent text from becoming unreadable.
Error 7: inconsistent Interface Design
This is probably what it means. Some designers have created different designs for each webpage to improve the webpage level. However, this will only confuse users and make them overwhelmed. Remember, no matter how good and attractive a website is, if its overall appearance and feeling are different, it is hard for users to remember it. The suggestions are as follows:
1. Each page uses a standard template to link to the main part of the website.
2. keywords should be simple. The design should be beautiful and concise, so that users will not be confused during use.
Error 8: The underlined content is not a link.
As we all know, underlined content is easily considered as a link. Do not enter an underline in the text at will, this will make people confused. If you really want to emphasize a word, try to bold or increase the font.
Http://www.codeceo.com/article/8-mistakes-web-programming.html.